javascript - Fetching Date of Type DateTime with BreezeJS -
i'm developing spa webapplication breezejs. working fine, have question. in entity have table has type datetime, store creationdate created entity framework. goes fine when fetch data server via breeze (server-> -> client) in javascript: wed may 8 16:23:32 utc+0200 2013
but via fiddler2 see comes in likes in json: created=2013-05-08t16:23:32.038+02:00
why breezejs add day name it? can raw value can format date?
thanks in advance!
breeze not manipulate day in way except add utz timezone specifier dates returned server not have one. done because different browsers interpret dates without timezone specifier differently , want consistency between browsers.
Comments
Post a Comment