This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
kf
/
crazycharge-admin-be
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
481b93e777
Ramos
Etiquetas
master
crazycharge-...
/
test
/
cipher
/
time.js
time.js
98 B
Histórico
Em bruto
1
2
3
function getUTCFormatTime(format = 'YYYYMMDDhhmmss') {
return moment().utc().format(format)
}