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
2025-01-03 08:08:42 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
d9cde04af6
thelounge
/
client
/
js
/
libs
/
handlebars
/
localetime.js
4 lines
78 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Webpack
2016-12-18 15:53:28 +00:00
module
.
exports
=
function
(
time
)
{
Display localized timestamp in title of message times
2016-10-01 06:46:19 +00:00
return
new
Date
(
time
)
.
toLocaleString
(
)
;
Webpack
2016-12-18 15:53:28 +00:00
}
;
Reference in a new issue
Copy permalink