ManukMinasyan / vue-functional-calendar

Vue.js Functional Calendar | Component/Package
https://vue-functional-calendar.now.sh/
MIT License
468 stars 84 forks source link

Number "09" missing #66

Closed xlcrr closed 4 years ago

xlcrr commented 4 years ago

Got this issue locally, staging and production....

Screenshot 2020-04-20 at 12 08 44

  <functional-calendar
    :withTimePicker="true"
    :change-month-function="true"
    :change-year-function="true"
    :is-date-range="false"
    :is-date-picker="true"
    :date-format="'yyyy/mm/dd'"
    ref="Calendar"
    v-model="calendarData"
    :monthNames="getMonthNames"
    :dayNames="getDayNames"
  />
xlcrr commented 4 years ago

Fixed this by updating to latest version