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