User Tools

Site Tools


javascript:date_object_to_yyyymmdd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
javascript:date_object_to_yyyymmdd [2016/07/07 20:04] peterjavascript:date_object_to_yyyymmdd [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 74: Line 74:
 **WARNING**:  **Date.toISOString()** creates a UTC formatted date and hence can jump date boundaries depending on the timezone. E.g. in GMT+1: (new Date(2013,13, 25)).toISOString() == '2013-12-24T23:00:00.000Z'  **WARNING**:  **Date.toISOString()** creates a UTC formatted date and hence can jump date boundaries depending on the timezone. E.g. in GMT+1: (new Date(2013,13, 25)).toISOString() == '2013-12-24T23:00:00.000Z' 
  
-To create a YYYY-MM-DD string of today's date:+To create a **YYYY-MM-DD** string of today's date:
  
 <code javascript> <code javascript>
javascript/date_object_to_yyyymmdd.1467921854.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki