MmaTranslator[Mma]
FromDate
convert a date to number of seconds since January 1, 1900
Calling Sequence
Parameters
Description
Examples
FromDate(arguments)
arguments
-
Maple translation of the Mathematica command arguments
The FromDate command converts a date in year, month, day, hour, minute, second format to number of seconds since January 1, 1900.
with⁡MmaTranslatorMma:
Use the command with the Maple translation.
FromDate⁡2004,1,1,0,0,0
3.281920223×109⁢s
Alternatively, you can use the FromMma command with the evaluate option specified.
with⁡MmaTranslator:
FromMma⁡`FromDate[{2004, 1, 1, 0, 0, 0}]`,evaluate
See Also
MmaTranslator
MmaTranslator[FromMma]
MmaTranslator[Mma][ToDate]
Download Help Document