Hi,
I'm trying to let users type in date and time values into an input field. Some examples may include:
Tomorrow at 3pm
Now
Today at 1pm
Next tuesday 4pm
How would I go about parsing such readable text into date/time strings?
E.g. dd/mm/yyyy hh:mm
Can it be done client-side using jquery or must it be done ajax through php?
Thanks in advance for any advice or insights :)