Apr
Represents the month of April.
Synopsis
Apr
Description
This is the three-letter representation for the month of April that can be used to specify date values within FRED.
Examples
This wait rule makes agents wait until April 25:
wait(until(Apr, 25))
The start date in a simulation
block can be set to April 10, 2020
using the following statement.
start_date = 2020-Apr-10
Note
This must be capitalized, the uncapitalized apr
is not recognized.