SlideShare a Scribd company logo
Module Date
Date toJSON() -> String Converts the date into a JSON string (following the ISO format used by JSON). Example new  Date( 1969 ,  11 ,  31 ,  19 ).toJSON(); //-> '"1969-12-31T19:00:00"'

More Related Content

Date

  • 2. Date toJSON() -> String Converts the date into a JSON string (following the ISO format used by JSON). Example new  Date( 1969 ,  11 ,  31 ,  19 ).toJSON(); //-> '"1969-12-31T19:00:00"'