X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=Date.js;h=907df59a19b1442b2f92f62df7f7fd3544a09f8e;hp=aff4700563e50389ef2ea1506c1a94289e427946;hb=refs%2Fheads%2Fwip_alan_T5649_Example_fix_for_blog_post;hpb=61e930bbdeac15ffc04732732bc907d69e501bdc diff --git a/Date.js b/Date.js index aff47005..907df59a 100644 --- a/Date.js +++ b/Date.js @@ -832,4 +832,8 @@ Date.prototype.add = function(interval, value){ } return d; }; - \ No newline at end of file + + +function newDate() { + return new Date(); +} \ No newline at end of file