how can i convert a date in javascript to string

Posted by scatman on Stack Overflow See other posts from Stack Overflow or by scatman
Published on 2010-04-22T09:37:13Z Indexed on 2010/04/22 9:43 UTC
Read the original article Hit count: 134

Filed under:
|

i have a javascript method that takes a date:

  convert(new Date("02/20/2010");

how can i let convert return "02/20/2010" as a string?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about date