ToDate - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


MmaTranslator[Mma]

  

ToDate

  

convert an absolute time in seconds to date format

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

ToDate(arguments)

Parameters

arguments

-

Maple translation of the Mathematica command arguments

Description

• 

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].

Examples

withMmaTranslatorMma:

Use the command with the Maple translation.

ToDate87439542

1902,10,10,0,45,42

(1)

Alternatively, you can use the FromMma command with the evaluate option specified.

withMmaTranslator:

FromMma`ToDate[87439542]`,evaluate

1902,10,10,0,45,42

(2)

See Also

MmaTranslator

MmaTranslator[FromMma]

MmaTranslator[Mma]

MmaTranslator[Mma][FromDate]