This website works better with JavaScript
Главная
Обзор
Помощь
Вход
xusl
/
pfr
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
6615338f32
Ветки
Метки
master
pfr
/
ui
/
node_modules
/
xe-utils
/
methods
/
date
/
helperGetDateTime.js
helperGetDateTime.js
98 B
История
Исходник
1
2
3
4
5
function helperGetDateTime (date) {
return date.getTime()
}
module.exports = helperGetDateTime