Bill,
I made some changes, using Timestamp rather than Date as my java objects,
and still no luck. It seems that whatever I save in IDB does NOT save the
hours and seconds value. Any other thoughts? (BTW, I'm using IDB 3.13 - is
that an issue?)
Regards,
Terry
------------<In the previous message, Bill Graham said:
Hi, Terry --
I'll speak a bit to the java side of things, and let
others speak about any InstantDB-specific issues:
java.sql.Date is a thin wrapper around java.util.Date,
and *only* uses the date portion -- the time portion
is
discarded. Similarly, java.sql.Time is a thin wrapper
around java.util.Date that discards the date portion,
while keeping the time portion. If you want true
datetime, you need to use the java.sql.Timestamp data
type, which keeps both date and time portions.
Hope this helps,
Bill Graham
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|