Function: formatLocaleTimestamp()
formatLocaleTimestamp(
date,includeTime):string
Defined in: src/common/web/utils/Strings.ts:45
Formats a UNIX timestamp to a string using the system locale.
Parameters
date
number
The timestamp.
includeTime
boolean = true
Whether to print the time as well.
Returns
string
- The formatted string.