Finance
TodaysDate
return today's date
Calling Sequence
Parameters
Description
Examples
Compatibility
TodaysDate(format)
format
-
list, record, or a string; (optional) date format
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.
with⁡Finance:
TodaysDate⁡
March 1, 2024
TodaysDate⁡list
1,3,2024
TodaysDate⁡%d-%B-%Y
01-March-2024
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]
Download Help Document