Finance
EvaluationDate
return the global evaluation date
Calling Sequence
Parameters
Description
Examples
Compatibility
EvaluationDate(format)
format
-
deduce, default, list, record, or a string; (optional) date format
The EvaluationDate command returns a record containing the global evaluation date. If the optional parameter format is given, the returned date will be formatted accordingly. See Finance[FormatDate] for more details.
By default, this date is set to the current date as returned by the TodaysDate command. However, the evaluation date does not have to coincide with today's date. Unlike today's date, the global evaluation date can be set (see Finance[SetEvaluationDate]).
with⁡Finance:
EvaluationDate⁡
March 1, 2024
EvaluationDate⁡list
1,3,2024
EvaluationDate⁡%d-%B-%Y
01-March-2024
SetEvaluationDate⁡Jan-05-2007:
January 5, 2007
5,1,2007
05-January-2007
The Finance[EvaluationDate] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
See Also
Finance[FormatDate]
Finance[ParseDate]
Finance[SetEvaluationDate]
Finance[TodaysDate]
StringTools[FormatTime]
StringTools[ParseTime]
Download Help Document