This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
kf
/
crazycharge-admin-be
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
481b93e777
Ramas
Etiquetas
master
crazycharge-...
/
test
/
cipher
/
time.js
time.js
98 B
Histórico
Raw
1
2
3
function getUTCFormatTime(format = 'YYYYMMDDhhmmss') {
return moment().utc().format(format)
}