X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=Date.js;h=907df59a19b1442b2f92f62df7f7fd3544a09f8e;hp=aff4700563e50389ef2ea1506c1a94289e427946;hb=bf8f29a508f7f49687e515067353866d70751c85;hpb=ded130ab0112040359c7ce251c85ba4883dfd368 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