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:02] 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' 
  
-This is a single line of code that you can use 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>
Line 82: Line 82:
  
 or or
- 
-An alternative would be: 
  
 <code javascript> <code javascript>
Line 91: Line 89:
  
  
-I wanted YYYYMMDDHHmmSSsss, so I did this: +To get **YYYYMMDDHHmmSSsss**use this: 
  
 <code javascript> <code javascript>
javascript/date_object_to_yyyymmdd.1467921760.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki