Is there a way to format a date value in JQuery? I have a variable that contains a date value in this format: Tue Mar 19 2013 00:00:00 GMT-0800 (Pacific Standard Time). I need it to be in "mm/dd/yyyy" format? I have been searching the web and can't really find anything. I can use regular javascript too.
Thanks,
Thanks,