Closed atiq25101990 closed 3 years ago
That's because 6 May 2021
is valid only if the format is j M Y
d
expects leading 0
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
Format j M Y works well. Thank you so much Stefan. Much appreciated.
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.
Thanks and regards, Atiq.