|
|
|||
|
|
| Built-in Mathematica Symbol | See Also »|More About » |
DatePlus |
| DatePlus[date, n] gives the date n days after date. |
| DatePlus[date, {n, "unit"}] gives the date n units after date. |
| DatePlus[date, {{n1, "unit1"}, {n2, "unit2"}, ...}] gives a date offset by ni units of each specified size. |
| DatePlus[n] gives the date n days after the current date. |
| DatePlus[offset] gives the date with the specified offset from the current date. |
| {y,m,d} | year, month, day | |
| {y,m} | the first day of the specified month | |
| {y} | January 1 of the year y | |
| "string" | date as a string ("Jan. 1, 2000") | |
| {y,m,d,h,m,s} | precise time | |
| time | absolute time specification |
| © 2013 Wolfram Research, Inc. |