Il sito funziona meglio con JavaScript.
Home
Esplora
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Adds number to allowed types to formatDate
main
Eric Amodio
2 anni fa
parent
a44d781724
commit
1cc0f7513a
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
src/system/date.ts
+ 1
- 1
src/system/date.ts
Vedi File
@ -125,7 +125,7 @@ export function fromNow(date: Date, short?: boolean): string {
}
export
function
formatDate
(
date
:
Date
,
date
:
Date
|
number
,
format
:
'full'
|
'long'
|
'medium'
|
'short'
|
string
|
null
|
undefined
,
locale?
:
string
,
cache
:
boolean
=
true
,
Scrivi
Anteprima
Caricamento…
Annulla
Salva