json.net - handling of datetime objects by breeze -
we use breeze api controller.
i want display dates have in database end user without converting them utc.
same in case if uses chooses date in ui should saved selected.
i know json.net date serialization sucks. on dom elements bound model properties , quite big job convert date fields string.
can please advise fix solution?
i did try implementing custom datetimeconverterbase , hook through global.ascx reason overwritten method not invoke!
any appreciated.
simplest way might replace breeze's breeze.datatype.parsedatefromserver method.
see answer post more information: breezejs-date-is-not-set-to-the-right-time
Comments
Post a Comment