This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
thelounge
Watch
2
Star
0
Fork
You've already forked thelounge
0
mirror of
https://github.com/thelounge/thelounge
synced
2024-12-21 01:43:07 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
52cc3ee909
thelounge
/
client
/
js
/
libs
/
handlebars
/
localedate.js
4 lines
82 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Webpack
2016-12-18 15:53:28 +00:00
module
.
exports
=
function
(
time
)
{
Add a date seperator
2016-10-03 18:03:19 +00:00
return
new
Date
(
time
)
.
toLocaleDateString
(
)
;
Webpack
2016-12-18 15:53:28 +00:00
}
;
Reference in a new issue
Copy permalink