amsul / pickadate.js

The mobile-friendly, responsive, and lightweight jQuery date & time input picker.
http://amsul.ca/pickadate.js
MIT License
7.7k stars 1.02k forks source link

Typing and parsing of any date format #1225

Open dave-stan opened 3 years ago

dave-stan commented 3 years ago

On the pickadate home page, there is a link to Codepen which includes an example of the use of date.js to extend pickadate.js (from 2013) to enable the user to type in a date if they prefer, parse the date and then pass this through in mysql format; but the link is quite old https://www.datejs.com/ is no more and it uses an early version of pickadate.js Is there an up-to-date version of this that works please? I've got clients who hate using a mouse and find it quicker to type things in directly.