Roo/util/Format.js
authorEdward <edward@roojs.com>
Thu, 20 Mar 2014 07:06:19 +0000 (15:06 +0800)
committerEdward <edward@roojs.com>
Thu, 20 Mar 2014 07:06:19 +0000 (15:06 +0800)
Roo/util/Format.js

index 13959ea..f4cdc53 100644 (file)
@@ -245,4 +245,7 @@ Roo.util.Format = function(){
             return !v ? v : String(v).replace(this.stripTagsRE, "");
         }
     };
-}();
\ No newline at end of file
+}();
+Roo.util.Format.defaults = {
+    date : 'd/M/Y'
+};
\ No newline at end of file