Documentation
Preparing search index...
core/src
formatDate
Function formatDate
formatDate
(
date
:
Date
,
format
?:
DateFormat
,
preferRelativeLabel
?:
boolean
,
)
:
string
|
null
Returns the given Date as a DateFormat | formatted date string, in local time.
Parameters
date
:
Date
format
:
DateFormat
= "mm/dd/yyyy"
preferRelativeLabel
:
boolean
= false
Returns
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Returns the given Date as a DateFormat | formatted date string, in local time.