From e65c6502c0132fe7606978ee228ff3d182484720 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 1 Feb 2012 10:14:01 +0000 Subject: [PATCH] Add source for #time implementation in comment --- modules/parser/ext.core.ParserFunctions.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/parser/ext.core.ParserFunctions.js b/modules/parser/ext.core.ParserFunctions.js index 27a73fa5ee..fa095c7e16 100644 --- a/modules/parser/ext.core.ParserFunctions.js +++ b/modules/parser/ext.core.ParserFunctions.js @@ -90,6 +90,8 @@ ParserFunctions.prototype['pf_#tag'] = function ( target, argList, argDict ) { }; // A first approximation, anyway.. +// Based on http://jacwright.com/projects/javascript/date_format/ for now, MIT +// licensed. ParserFunctions.prototype['pf_#time'] = function ( target, argList, argDict ) { //return [{type: 'TEXT', value: 'January 22, 2012'}]; var res,