javascript - Angular date error -
in angularjs i'm trying use date() function milliseconds
'2014-11-19 10:58:16' with function
var n = new date.parse('2014-11-19 10:58:16'); but i'm getting weird error
typeerror: function parse() { [native code] } not constructor how can fix this?
Comments
Post a Comment