DZone Database Zone
Working With Dates in JavaScript, JSON, and Oracle Database
When I wrote a series of posts on creating JSON from relational data, I mentioned that dates could be tricky. That was a bit of an understatement. Dates and the time zone conversions that often go along with them can be outright daunting!
In this series, I hope to shed some light on the subject of dates in the context of JavaScript, JSON, and Oracle Database. As in the previous series, I'll base things on a RESTful API scenario. The focus here will be on tracking a date from the browser to the database and then back from the database to the browser.
No comments:
Post a Comment