DateTimePicker
DateTimePicker copied to clipboard
Dateformat MM or MMM or MMMM or yyyy
how to apply "Dateformat just display" MM or MMM or MMMM or yyyy? In demo just found MM-yyyy... or it's not supported?
Thanks...
Following dateFormat
values can be sued to display Month and Year.
-
dateFormat: "MM yyyy"
-
dateFormat: "MMM yyyy"
-
dateFormat: "MMMM yyyy"