Hay, how can i turn a string like "04 Jan 2010" into a string like "1/4/2010". Can i do this with the JS date object?
Thanks
Hay, how can i turn a string like "04 Jan 2010" into a string like "1/4/2010". Can i do this with the JS date object?
Thanks
Perhaps Date.parse() is what you're looking for?
If that doesn't do it, then Datejs adds more robust parsing.