MmaTranslator[Mma]
ToDate
convert an absolute time in seconds to date format
Calling Sequence
Parameters
Description
Examples
ToDate(arguments)
arguments
-
Maple translation of the Mathematica command arguments
The ToDate command converts an absolute time in seconds since January 1, 1900 to a date of the form [year, month, day, hour, minute, second].
with⁡MmaTranslatorMma:
Use the command with the Maple translation.
ToDate⁡87439542
1902,10,10,0,45,42
Alternatively, you can use the FromMma command with the evaluate option specified.
with⁡MmaTranslator:
FromMma⁡`ToDate[87439542]`,evaluate
See Also
MmaTranslator
MmaTranslator[FromMma]
MmaTranslator[Mma][FromDate]
Download Help Document