admin-config
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -6,3 +6,4 @@ import Field from "./Field"; | ||
super(name); | ||
this._format = 'yyyy-MM-dd'; | ||
this._format = null; | ||
this._parse = function(date) { | ||
@@ -9,0 +10,0 @@ if (date instanceof Date) { |
@@ -6,6 +6,8 @@ import DateField from "./DateField"; | ||
super(name); | ||
this._format = 'yyyy-MM-dd HH:mm:ss'; | ||
this._format = null; | ||
this._parse = function(date) { | ||
return date; | ||
} | ||
}; | ||
this._type = 'datetime'; | ||
@@ -12,0 +14,0 @@ } |
{ | ||
"name": "admin-config", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "repository": { |
122767