I have a little problem...
I have a form that submits the date to a MySQL database in this format:
xx/xx/xxxx
I want to take that format and convert it to EPOCH format to compare in order to sort the date from earliest to latest.
How do I convert to that format?
Thanks for the help!!!