shorthandCurrentMonth property

bool shorthandCurrentMonth

Show the month using the shorthand version (ie, Sep instead of September).

Default: false

Implementation

external bool get shorthandCurrentMonth;
void shorthandCurrentMonth=(bool v)

Implementation

external set shorthandCurrentMonth(bool v);