Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 517598 | Differences between
and this patch

Collapse All | Expand All

(-)a/bundles/org.eclipse.rap.rwt/js/rwt/widgets/DateTimeDate.js (+1 lines)
Lines 610-615 rwt.qx.Class.define( "rwt.widgets.DateTimeDate", { Link Here
610
    _setWeekday : function() {
610
    _setWeekday : function() {
611
      var tmpDate = new Date();
611
      var tmpDate = new Date();
612
      tmpDate.setDate( 1 );
612
      tmpDate.setFullYear( parseInt( this._yearTextField.getText(), 10 ) );
613
      tmpDate.setFullYear( parseInt( this._yearTextField.getText(), 10 ) );
613
      tmpDate.setMonth( this._monthInt - 1 );
614
      tmpDate.setMonth( this._monthInt - 1 );
614
      tmpDate.setDate( parseInt( this._dayTextField.getText(), 10 ) );
615
      tmpDate.setDate( parseInt( this._dayTextField.getText(), 10 ) );

Return to bug 517598