Since I've started to use jQuery, I have been doing a lot more JavaScript development.
I have the need to parse different date formats and then to display them into another format.
Do you know of any good tool to do this?
Which one would you recommend?
Ext.Date. It uses the same formatting codes as PHP's date() function, but it also lets you parse in a specific format (which PHP doesn't do).