You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was working with the date format M yyyy which translates to abbreviation of the month followed by the complete year number. For example, Jan 2019
If the Datepicker's intialDate is set with a date of this particular format, the initialization does not work.
Although if it is initialized with the date format mm-dd-yyyy it works perfectly.
I was working with the date format
M yyyy
which translates to abbreviation of the month followed by the complete year number. For example,Jan 2019
If the Datepicker's
intialDate
is set with a date of this particular format, the initialization does not work.Although if it is initialized with the date format
mm-dd-yyyy
it works perfectly.Example Configurations:
The text was updated successfully, but these errors were encountered: