CitectVBA Programming Reference > Understanding CitectVBA Language Basics > Date and Time Handling > Month

Month

The month can be displayed in one of four formats using capital "M". The letter "M" must be uppercase to distinguish months from minutes.

Value

Meaning

Example

M

Month as digits without leading zeros for single digit months.

1

MM

Month as digits with leading zeros for single digit months.

01

MMM

Month as a three letter abbreviation.

Jan

MMMM

Month as its full name.

January