stefangabos / Zebra_Datepicker

A super-lightweight, highly configurable, cross-browser date time picker jQuery plugin
https://stefangabos.github.io/Zebra_Datepicker/
Other
398 stars 184 forks source link

Datepicker direction not working for format 'd M Y' #173

Closed atiq25101990 closed 3 years ago

atiq25101990 commented 3 years ago

Hi Stefan,

I tried using the date picker and it fails in the following scenario when format is 'd M Y': Future Date Only: ["6 May 2021", "6 May 2022"] Past Date Only: ["6 May 2020", "6 May 2021"] Date in Range: ["29 Apr 2011", "14 May 2031"]

Please check and provide any quick fix to a plugin. Date does not work

Thanks and regards, Atiq.

stefangabos commented 3 years ago

That's because 6 May 2021 is valid only if the format is j M Y d expects leading 0

stefangabos commented 3 years ago

I pushed an update where now things will work with and without leading zeroes, for all formats mentioning it, like d, j, m, and n. not a release yet but out there for testing

atiq25101990 commented 3 years ago

Format j M Y works well. Thank you so much Stefan. Much appreciated.