I have a html form that has date values formated like so inside a text input:
22-Jun-2004 16:31:38
I want to convert that into a unix timestamp so that i can take 2 timestamps and calculate time differences between them. (big int - smaller int).
Does anybody know of a quick and easy way of converting the above string into a unix time stamp in java script? Any help would be much appreciated
