Community
Participate
Working Groups
_setWeekday : function() {
var tmpDate = new Date();
tmpDate.setDate( 1 );
tmpDate.setFullYear( parseInt( this._yearTextField.getText(), 10 ) );
tmpDate.setMonth( this._monthInt - 1 );
tmpDate.setDate( parseInt( this._dayTextField.getText(), 10 ) );