|
|
||
|
|
| Built-in Mathematica Symbol | See Also »|More About » |
DateDifference |
| DateDifference[date1, date2] gives the number of days from date1 to date2. |
| DateDifference[date1, date2, "unit"] gives the difference between date1 and date2 in the specified unit. |
| DateDifference[date1, date2, {"unit1", "unit2", ...}] gives the difference as a list with elements corresponding to the successive "uniti". |
| {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 |
| © 2008 Wolfram Research, Inc. |