How do i get this kind of time format when "now" in javascript? -
i have need put kind of format when doing action:
2014-11-19t10:07:25.000z
like when in press of action button, need alert current time in format above, in javascript, plain , simple...
what correct way so?
this returned format of toisostring
method of date
instance.
new date().toisostring(); //"2014-12-06t08:10:55.713z"
Comments
Post a Comment