Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DateFormatEnum

Defines several date enums used for formatting a date.

Index

Enumeration members

Default

Default:

Displays as: year-month-day hour:minute:second,millis -> 1999-02-12 23:59:59,123 Note the date separator can be set separately.

YearDayMonthTime

YearDayMonthTime:

Displays as: year-day-month hour:minute:second -> 1999-12-02 23:59:59 Note the date separator can be set separately.

YearDayMonthWithFullTime

YearDayMonthWithFullTime:

Displays as: year-day-month hour:minute:second,millis -> 1999-12-02 23:59:59,123 Note the date separator can be set separately.

YearMonthDayTime

YearMonthDayTime:

Displays as: year-month-day hour:minute:second -> 1999-02-12 23:59:59 Note the date separator can be set separately.

Functions

fromString

Generated using TypeDoc