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
Hello Bryan,
Hope you are doing well.
I am working on implemeting few other date formats in accessible date picker. I have found out that few are not supporting well with library. Like, dd-mm-yyyy, yyyy-mm-dd, yyyy/mm/dd.
While i am still investigating for the others, For dd-mm-yyyy, i think some changes needs to be made in beforeRender function, so that line 986 would be dateParts = dateValue.split("/");
line 998 would be (config.inputDateFormat === "DD/MM/YYYY" || config.inputDateFormat === "DD-MM-YYYY") &&
line 1006 would be (config.inputDateFormat === "MM/DD/YYYY" || config.inputDateFormat === "MM-DD-YYYY") &&
Let me know please your input into this whenever you have some time.
Happy Holidays !!
Thanks,
Smita
The text was updated successfully, but these errors were encountered:
Hello Bryan,
Hope you are doing well.
I am working on implemeting few other date formats in accessible date picker. I have found out that few are not supporting well with library. Like, dd-mm-yyyy, yyyy-mm-dd, yyyy/mm/dd.
While i am still investigating for the others, For dd-mm-yyyy, i think some changes needs to be made in beforeRender function, so that line 986 would be dateParts = dateValue.split("/");
line 998 would be (config.inputDateFormat === "DD/MM/YYYY" || config.inputDateFormat === "DD-MM-YYYY") &&
line 1006 would be (config.inputDateFormat === "MM/DD/YYYY" || config.inputDateFormat === "MM-DD-YYYY") &&
Let me know please your input into this whenever you have some time.
Happy Holidays !!
Thanks,
Smita
The text was updated successfully, but these errors were encountered: