quoted form of a dateValue?

Im working with a SQL Lite3 database and trying to enter a dateValue into it. I keep getting a error that “Can’t make quoted form of «class ocid» id «data kptr000000000068EA0104000000» into type Unicode text”

Does anybody know if I need to coerce this to something else or how I should approach this? Thanks

quoted form of (thePicker's dateValue())

Hi,

dateValue() returns a (NS)Date object, not text.
quoted form is a property of a text object.

If you want to proceed a date object, omit quoted form.
If you want to proceed a text object, coerce the date to a text representation