Thursday, October 12, 2017

Working With Dates in JavaScript, JSON, and Oracle Database

DZone Database Zone
Working With Dates in JavaScript, JSON, and Oracle Database
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:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...