Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dev:sql:functions:calc_date [2009/12/09 16:30]
tdo
dev:sql:functions:calc_date [2012/10/26 14:28] (current)
Line 20: Line 20:
  
 Negative values supported. Negative values supported.
-date_unit+== date_unit ​== 
 A string containing unit abbreviation ​ A string containing unit abbreviation ​
 +
 +Valid datefield Options:
 +^ Date_field ^ Description ^
 +| YEAR | |
 +| MONTH | |
 +| DAY | |
 +| HOUR | |
 +| MINUTE | |
 +| SECOND | |
 +| W | Day of the week number (1-Sunday, 2-Monday) | 
 +| WW | Three-character day-of-week abbreviation (Sun, Mon) |
 +| WWW | Fully spelled day-of-week (Sunday, Monday) | 
 +| M | Non-zero-filled month number (1-January, 2-February) | 
 +| 0M | Zero-filled day-of-month number (01-January,​ 02-February) | 
 +| MM | Three-character month abbreviation (Jan, Feb) |
 +| MMM | Fully spelled month (January, February) |
 +| D | Non-zero-filled day-of-month (1, 2, 3) |
 +| 0D | Zero-filled day-of-month (01, 02, 03) |
 +| J | Non-zero-filled Julian date (1, 2) |
 +| 0J | Zero-filled Julian date (01, 02) |
 +| YY | Two-digit year (99, 00) |
 +| YYYY | Four-digit year (1999, 2000) | 
 +| H | 12-hour, non-zero-filled hour of day (12, 1) |
 +| 0H | 12-hour, zero-filled hour of day (12, 01) |
 +| HH | 24-hour, non-zero-filled hour of day (24, 1) | 
 +| 0HH | 24-hour, zero-filled hour of day (24, 01) |
 +| N | Non-zero-filled minute of hour (1, 2) |
 +| 0N | Zero-filled minute of hour (01, 02) |
 +| S | Non-zero-filled second of minute (1, 2) | 
 +| 0S | Zero-filled second of minute (01, 02) |
 +| F | Non-zero-filled fraction of a second (1, 2) | 
 +| 0F | Zero-filled fraction of a second (01, 02) |
 +| A | Lowercase am/pm indicator |
 +| AA | Uppercase AM/PM indicator |
 +
  
 == Options == == Options ==
 There are no options currently for this function. There are no options currently for this function.
    
 +
 ===== Example ===== ===== Example =====
 ==== Example 1 ==== ==== Example 1 ====
  
 {{page>:​bottom_add&​nofooter&​noeditbtn}} {{page>:​bottom_add&​nofooter&​noeditbtn}}
 
Back to top
dev/sql/functions/calc_date.1260376221.txt.gz · Last modified: 2012/10/26 14:27 (external edit)