mdehoog / Semantic-UI-Calendar

Calendar module for Semantic UI
MIT License
805 stars 127 forks source link

semantic callendar the month and the day switch #118

Open dadycool014 opened 6 years ago

dadycool014 commented 6 years ago

when i select a date from date picker example i select 1992-02-01 i submit the form everything is ok but when i comback to the page i find that the date is 1992-01-02 my date format is yyyy-mm-dd

mm-webx commented 6 years ago

Same issue. For days from range 1-12.

mm-webx commented 6 years ago

@dadycool014 Its bugged for monthFirst = false, set monthFirst to true (or use default).