JavaScript Date
Generally 4 types of JavaScript date formats:
- ISO Dates
T in the date string, between the date and time, indicates UTC time.UTC (Universal Time Coordinated) is the same as GMT (Greenwich Mean Time)
- Long Dates
- Short Dates
- Full Format
Note: When setting a date, without specifying the time zone, JavaScript will use the browser's time zone.
Comments
Post a Comment