DateFormat
uses
ConstantsTrait
Table of Contents
Constants
-
DAY
: string = '%d'
-
DAY_OF_WEEK
: string = '%w'
-
DAY_OF_YEAR
: string = '%x'
-
DAY_OF_YEAR_PADDED
: string = '%xxx'
-
DAY_PADDED
: string = '%dd'
-
DAYS_IN_MONTHS
: string = '%a'
-
HOUR
: string = '%h'
-
HOUR_PADDED
: string = '%hh'
-
IGNORED
: string = '%'
-
ISO8601
: string = '%z'
-
ISO_WEEK
: string = '%k'
-
ISO_WEEK_PADDED
: string = '%kk'
-
LEAP_YEAR
: string = '%l'
-
LITERAL
: string = '%%'
-
MILLISECOND
: string = '%f'
-
MILLISECOND_PADDED
: string = '%fff'
-
MINUTE
: string = '%i'
-
MINUTE_PADDED
: string = '%ii'
-
MONTH
: string = '%m'
-
MONTH_NAME
: string = '%mmmm'
-
MONTH_NAME_SHORT
: string = '%mmm'
-
MONTH_PADDED
: string = '%mm'
-
QUARTER
: string = '%q'
-
SECOND
: string = '%s'
-
SECOND_PADDED
: string = '%ss'
-
SPECIAL_ESCAPE
: string = '%&'
-
TIMESTAMP
: string = '%t'
-
WEEK_DAY
: string = '%wwww'
-
WEEK_DAY_SHORT
: string = '%www'
-
YEAR
: string = '%y'
-
YEAR_PADDED
: string = '%yyyy'
-
YEAR_PREFIXED
: string = '%yyyyyy'
-
YEAR_SHORT
: string = '%yy'
DAY
public
string
DAY
= '%d'
DAY_OF_WEEK
public
string
DAY_OF_WEEK
= '%w'
DAY_OF_YEAR
public
string
DAY_OF_YEAR
= '%x'
DAY_OF_YEAR_PADDED
public
string
DAY_OF_YEAR_PADDED
= '%xxx'
DAY_PADDED
public
string
DAY_PADDED
= '%dd'
DAYS_IN_MONTHS
public
string
DAYS_IN_MONTHS
= '%a'
HOUR
public
string
HOUR
= '%h'
HOUR_PADDED
public
string
HOUR_PADDED
= '%hh'
IGNORED
public
string
IGNORED
= '%'
ISO8601
public
string
ISO8601
= '%z'
ISO_WEEK
public
string
ISO_WEEK
= '%k'
ISO_WEEK_PADDED
public
string
ISO_WEEK_PADDED
= '%kk'
LEAP_YEAR
public
string
LEAP_YEAR
= '%l'
LITERAL
public
string
LITERAL
= '%%'
MILLISECOND
public
string
MILLISECOND
= '%f'
MILLISECOND_PADDED
public
string
MILLISECOND_PADDED
= '%fff'
MINUTE
public
string
MINUTE
= '%i'
MINUTE_PADDED
public
string
MINUTE_PADDED
= '%ii'
MONTH
public
string
MONTH
= '%m'
MONTH_NAME
public
string
MONTH_NAME
= '%mmmm'
MONTH_NAME_SHORT
public
string
MONTH_NAME_SHORT
= '%mmm'
MONTH_PADDED
public
string
MONTH_PADDED
= '%mm'
QUARTER
public
string
QUARTER
= '%q'
SECOND
public
string
SECOND
= '%s'
SECOND_PADDED
public
string
SECOND_PADDED
= '%ss'
SPECIAL_ESCAPE
public
string
SPECIAL_ESCAPE
= '%&'
TIMESTAMP
public
string
TIMESTAMP
= '%t'
WEEK_DAY
public
string
WEEK_DAY
= '%wwww'
WEEK_DAY_SHORT
public
string
WEEK_DAY_SHORT
= '%www'
YEAR
public
string
YEAR
= '%y'
YEAR_PADDED
public
string
YEAR_PADDED
= '%yyyy'
YEAR_PREFIXED
public
string
YEAR_PREFIXED
= '%yyyyyy'
YEAR_SHORT
public
string
YEAR_SHORT
= '%yy'