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

Online Help

All Products    Maple    MapleSim


Finance

  

TodaysDate

  

return today's date

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

TodaysDate(format)

Parameters

format

-

list, record, or a string; (optional) date format

Description

• 

The TodaysDate command returns today's date. If the optional parameter format is given, the returned date will be formatted accordingly. See the Finance[FormatDate] command for more details.

Examples

withFinance:

TodaysDate

March 1, 2024

(1)

TodaysDatelist

1,3,2024

(2)

TodaysDate%d-%B-%Y

01-March-2024

(3)

Compatibility

• 

The Finance[TodaysDate] command was introduced in Maple 15.

• 

For more information on Maple 15 changes, see Updates in Maple 15.

See Also

Finance[EvaluationDate]

Finance[FormatDate]

Finance[ParseDate]

StringTools[FormatTime]

StringTools[ParseTime]