Changeset 363


Ignore:
Timestamp:
01/25/12 18:13:34 (12 years ago)
Author:
vmipsl
Message:

Correction calendrier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_megapoli/trunk/web/visualization/visu_parameter_by_pf-script.jsp

    r339 r363  
    7474        $( "#beginDate" ).val( this.firstDate ); 
    7575        $( "#endDate" ).val( this.lastDate ); 
     76        this.beginDate = this.calendarConverter.parse( $( "#beginDate" ).val() ).getTime(); 
     77        this.endDate = this.calendarConverter.parse( $( "#endDate" ).val() ).getTime(); 
     78 
    7679        this.clearCalendarButton = new Button( {value:interfaceTexts["visualization.button.clear"], parent:this.containerOptionCalendar, id:"button_clear_calendar", className:"small", onClick:jQuery.proxy( this.onClickClear, this )} ); 
    7780 
Note: See TracChangeset for help on using the changeset viewer.