Hi all,

I need to create a query between two dates.

Apparently I need to use the Criteria.addDate() convenience method, followed by a Criteria.Criterion object.

The problem is that no convenience method exists to handle Date Criterion's, which means I need to format the date as a String before passing it to Torque.

What is the best practise Date format that I should use that Torque will understand across all databases?

The comparisons are of Dates, not Date+Time, so I need a format that does not include a timezone.

Regards,
Graham
--

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to