Oihana PHP Arango

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'

Constants

DAY_OF_YEAR_PADDED

public string DAY_OF_YEAR_PADDED = '%xxx'

DAYS_IN_MONTHS

public string DAYS_IN_MONTHS = '%a'

ISO_WEEK_PADDED

public string ISO_WEEK_PADDED = '%kk'

MILLISECOND_PADDED

public string MILLISECOND_PADDED = '%fff'

MINUTE_PADDED

public string MINUTE_PADDED = '%ii'

MONTH_NAME_SHORT

public string MONTH_NAME_SHORT = '%mmm'

SECOND_PADDED

public string SECOND_PADDED = '%ss'

SPECIAL_ESCAPE

public string SPECIAL_ESCAPE = '%&'

WEEK_DAY_SHORT

public string WEEK_DAY_SHORT = '%www'

YEAR_PREFIXED

public string YEAR_PREFIXED = '%yyyyyy'
On this page

Search results