This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
kf
/
crazycharge-admin-be
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
481b93e777
Branches
Tags
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)
}