mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 20:46:40 -04:00
4 lines
113 B
JavaScript
4 lines
113 B
JavaScript
Template.comment.ago = function(){
|
|
var submitted = new Date(this.submitted);
|
|
return submitted.toString();
|
|
};
|