Excerpt |
---|
This example illustrates to how |
...
to use date-related functions |
...
to derive specific values |
...
for a Datetime column |
...
type. |
...
Functions:
D generate list excerpts | ||
---|---|---|
|
Source:
date |
---|
2/8/16 15:41 |
12/30/15 0:00 |
4/26/15 7:07 |
...
date | year_date | month_date | monthname_date | weekdayname_date | day_date | hour_date | minute_date | second_date |
---|---|---|---|---|---|---|---|---|
2/8/16 15:41 | 2016 | 2 | February | Monday | 8 | 15 | 41 | |
12/30/15 0:00 | 2015 | 12 | December | Wednesday | 30 | 0 | 0 | |
4/26/15 7:07 | 2015 | 4 | April | Sunday | 26 | 7 | 7 |
D s also | ||
---|---|---|
|