Uncommited changes synced
[gitlive] / Date.js
diff --git a/Date.js b/Date.js
index aff4700..907df59 100644 (file)
--- 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