DateIOFormats

external interface DateIOFormats<TLibFormatToken : Any>(source)

Properties

Link copied to clipboard

Day format string @example "1"

Link copied to clipboard

Localized full date @example "Jan 1, 2019"

Link copied to clipboard

Date & time format string with localized time @example "Jan 1, 2018 11:44 PM"

Link copied to clipboard

Not localized date & Time format 12h @example "Jan 1, 2018 11:44 PM"

Link copied to clipboard

Not localized date & Time format 24h @example "Jan 1, 2018 23:44"

Link copied to clipboard

Partially localized full date with weekday, useful for text-to-speech accessibility @example "Tuesday, January 1, 2019"

Link copied to clipboard

Full time localized format string @example "11:44 PM" for US, "23:44" for Europe

Link copied to clipboard

Not localized full time format string @example "11:44 PM"

Link copied to clipboard

Not localized full time format string @example "23:44"

Link copied to clipboard

Hours format string @example "11"

Link copied to clipboard

Hours format string @example "23"

Link copied to clipboard

Localized keyboard input friendly date format @example "02/13/2020

Link copied to clipboard

Localized keyboard input friendly date/time format @example "02/13/2020 23:44"

Link copied to clipboard

Partially localized keyboard input friendly date/time 12h format @example "02/13/2020 11:44 PM"

Link copied to clipboard

Partially localized keyboard input friendly date/time 24h format @example "02/13/2020 23:44"

Link copied to clipboard
abstract var minutes: TLibFormatToken

Minutes format string @example "44"

Link copied to clipboard
abstract var month: TLibFormatToken

Month format string @example "January"

Link copied to clipboard

Month with date format string @example "January 1"

Link copied to clipboard

Month with year format string @example "January 2018"

Link copied to clipboard

Short month format string @example "Jan"

Link copied to clipboard

Date format string with month and day of month @example "1 January"

Link copied to clipboard

Date format string with weekday, month and day of month @example "Wed, Jan 1"

Link copied to clipboard
abstract var seconds: TLibFormatToken

Seconds format string @example "00"

Link copied to clipboard

Shorter day format @example "Jan 1"

Link copied to clipboard
abstract var weekday: TLibFormatToken

Weekday format string @example "Wednesday"

Link copied to clipboard

Short weekday format string @example "Wed"

Link copied to clipboard
abstract var year: TLibFormatToken

Year format string @example "2019"