What is the simplest way to use the value from a mx:DateField in an update or insert query against SQLite? I have a simple form that the user fills out and I want to save the date to a DATE type field in SQLite.
Secondarily, I have a value object that will use that same date. How do I assign the date value from the mx:DateField to a Date object?
Thank you.
Solution
from http://verysimple.com/2008/09/09/working-with-dates-in-flex-air-and-sqlite/#comment-96981
Use Parameters
Detailed explanation
Did some looking around. This article explains in more detail than I needed