|
2 |
edited tags
|
||
|
1 |
|
||
What is the best way to parse a time into a Date object from user input in Javascript?I am working on a form widget for users to enter a time of day into a text input (for a calendar application). Using JavaScript (we are using jQuery FWIW), I want to find the best way to parse the text that the user enters into a JavaScript I tried the
I am thinking that I might use regular expressions to split up the input and extract the information I want to use to create my
|
||||
