The date format js is give in the below section, please go below and see the date.format.js and copy and use it.
Table of content for JSON date format
- JSON date
- Parse JSON date to date
- Date format types
- Demo link for live output
- JavaScript code for date format
- Full example code for multiple date format
The JSON date is
/Date(1297246301973)/
The JQuery Code is
var jsonDate = "\/Date(1297246301973)\/";
var date = new Date(parseInt(jsonDate.substr(6)));
No comments:
Post a Comment