|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
DateRange
DateRange[date1, date2]
gives all dates in the range from
to
.
DateRange[date1, date2, increment]
gives the date lists in the range from
to
that are increment apart.
Details and OptionsDetails and Options
- Dates can be specified in the following forms:
-
{y,m,d,h,m,s} precise time {y,m,d} year, month, day {y,m} the first day of the specified month {y} the first day of the first month of the year y "string" date as a string (
)time absolute time specification
is taken to be equivalent to
etc.- Possible increments are denominated in the following units:
,
,
,
,
,
,
,
. - Mixed-radix increments are permitted.
- An increment may be specified using the Quantity framework.
- DateRange takes the following option:
-
CalendarType "Gregorian" calendar in which the date parameters have been specified
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



