Enter a date statement...
And you should see the interpretation here
Examples
t | Returns today's date |
today | Returns today's date |
tomorrow | Returns tomorrow's date |
yesterday | Returns yesterday's date |
next friday | Returns the date of the next Friday |
last monday | Returns the date of the previous Monday |
July 8th, 2004 | Thu Jul 08 2004 |
15-Jan-2004 | Thu Jan 15 2004 |
7/1/2004 | Thu Jul 01 2004 |
7.1.2004 | Thu Jul 01 2004 |
07.15.04 | Thu Jul 15 2004 |
July 23rd 2004 | Fri Jul 23 2004 |
Sat July 3, 2004 | Sat Jul 03 2004 |
10:30 PM EST | Wed Oct 31 2007 20:30:00 |
10PM | Wed Oct 31 2007 22:00:00 |
t + 5d | Adds 5 days to today |
today - 1 month | Subtracts 1 month from today |
+ | Add 1 day to today = tomorrow |
- 3months | Subtract 3 months |
+1year | Add a year to today |
-12 months | Subtract 12 months 1 year from today |
July 4th | July 4th of this year |
15 | 15th day of current month/year |
July 8th, 2004, 10:30 PM | Thu Jul 08 2004 22:30:00 |
2004-07-15T06:45:00 | Thu Jul 15 2004 06:45:00 |
Thu, 1 July 2004 22:30:00 GMT | Thu Jul 01 2004 16:30:00 |
1997-07-16T19:20:15 | ISO 8601 Formats |
1997-07-16T19:20:30+01:00 | ISO 8601 with Timezone offset |
1985-04-12T23:20:50Z | RFC 3339 Formats |