/** * @file * * * User: marand * Date: 05/09/15 * Time: 22:10 */ Template.commentItem.helpers({ submittedText: function () { return this.submitted.toString(); } });