format

sets date format in the control

string format;

Example

{ view:"datepicker", label:"Start date", name:"start", format:"%d  %M %Y" },

Related samples

Details

Date formatting specifiers are described in the related article

See also
Back to top