This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
cmy
/
ddcAdmin
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
30ff4614a3
Větve
Značky
master
ddcAdmin
/
node_modules
/
xe-utils
/
helperGetDateTime.js
helperGetDateTime.js
98 B
Historie
Surový
1
2
3
4
5
function helperGetDateTime (date) {
return date.getTime()
}
module.exports = helperGetDateTime