mirror of
https://github.com/thelounge/thelounge
synced 2024-12-21 01:43:07 +00:00
3 lines
82 B
JavaScript
3 lines
82 B
JavaScript
module.exports = function(time) {
|
|
return new Date(time).toLocaleDateString();
|
|
};
|