Dec

Three-letter representation of December.

Synopsis

Dec

Description

This is a three-letter representation of December that can be used to specify a date value.

Examples

This wait rule makes agents wait until December 25:

wait(until(Dec,25))

The start date below is set with the month specified by Dec:

start_date = 2020-Dec-10

Errors

Dec must be capitalized; Uncapitalized dec will not work.

See Also

Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov