I am trying to insert a date value in sqlite db using air and javascript. The value gets inserted but when I try and view it, it says null.
Later I found that SQLite stores date using julian format. How to convert a javascript date object to julian format?