Trilium Frontend API
Preparing search index...
<internal>
DateFormattingContext
Interface DateFormattingContext
interface
DateFormattingContext
{
calendarSystem
:
CalendarSystem
;
cmdFormatter
?:
CmdDateFormatterFunc
;
computeWeekNumber
:
(
d
:
Date
)
=>
number
;
locale
:
Locale
;
timeZone
:
string
;
weekTextLong
:
string
;
weekTextShort
:
string
;
}
Index
Properties
calendar
System
cmd
Formatter?
compute
Week
Number
locale
time
Zone
week
Text
Long
week
Text
Short
Properties
calendar
System
calendarSystem
:
CalendarSystem
Optional
cmd
Formatter
cmdFormatter
?:
CmdDateFormatterFunc
compute
Week
Number
computeWeekNumber
:
(
d
:
Date
)
=>
number
locale
locale
:
Locale
time
Zone
timeZone
:
string
week
Text
Long
weekTextLong
:
string
week
Text
Short
weekTextShort
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
calendar
System
cmd
Formatter
compute
Week
Number
locale
time
Zone
week
Text
Long
week
Text
Short
Trilium Frontend API
Loading...