Consolidate locale time helpers
When working on #660, I missed that helper already existed, added in #167.
This commit is contained in:
parent
cd90d50a37
commit
4e1d89f567
@ -1,7 +0,0 @@
|
|||||||
Handlebars.registerHelper(
|
|
||||||
"localeDate", function(date) {
|
|
||||||
date = new Date(date);
|
|
||||||
|
|
||||||
return date.toLocaleString();
|
|
||||||
}
|
|
||||||
);
|
|
@ -1,3 +1,3 @@
|
|||||||
Topic set by
|
Topic set by
|
||||||
<span role="button" class="user {{colorClass nick}}" data-name="{{nick}}">{{mode}}{{nick}}</span>
|
<span role="button" class="user {{colorClass nick}}" data-name="{{nick}}">{{mode}}{{nick}}</span>
|
||||||
on {{localeDate when}}
|
on {{localetime when}}
|
||||||
|
Loading…
Reference in New Issue
Block a user