Have a text input box.
Would like the user to enter a string in the exact format:
2010/08/26 17:04:51.24
(with any numbers of course)
How can I do this efficiently?
Not looking for the answer, just a point in the right direction.
Thank You.
(html, JavaScript and jQuery)