time_helpers.ts

Declarations
#

6 declarations

view source

format_datetime
#

time_helpers.ts view source

(value: TimeValue | null | undefined, fallback?: string): string

value

type TimeValue | null | undefined

fallback

type string
default ''

returns

string

format_ms_to_readable
#

format_short_date
#

time_helpers.ts view source

(value: TimeValue | null | undefined, fallback?: string): string

value

type TimeValue | null | undefined

fallback

type string
default ''

returns

string

format_time
#

time_helpers.ts view source

(value: TimeValue | null | undefined, fallback?: string): string

value

type TimeValue | null | undefined

fallback

type string
default ''

returns

string

format_timestamp
#

time_helpers.ts view source

(value: TimeValue | null | undefined, fallback?: string): string

value

type TimeValue | null | undefined

fallback

type string
default ''

returns

string

TimeValue
#

Depends on
#

Imported by
#