This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
kf
/
crazycharge-admin-be
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
481b93e777
Branches
Tags
master
crazycharge-...
/
test
/
cipher
/
time.js
time.js
98 B
Historique
Raw
1
2
3
function getUTCFormatTime(format = 'YYYYMMDDhhmmss') {
return moment().utc().format(format)
}