C
Chris
Hi,
I have an ADD_DATE_TIME field in my database which defaults to NOW() when a
row is inserted. I am providing my users a query with a DATE parameter in
order to identify all rows added on a specific date. How can I compare the
DATE (only) value the user enters against the values in the ADD_DATE_TIME
field and get all qualifying rows? Doing nothing, I only get rows where the
time value in the ADD_DATE_TIME is midnight. Attempts to format
ADD_DATE_TIME as a "Short Date" is also not working.
Thanks.
I have an ADD_DATE_TIME field in my database which defaults to NOW() when a
row is inserted. I am providing my users a query with a DATE parameter in
order to identify all rows added on a specific date. How can I compare the
DATE (only) value the user enters against the values in the ADD_DATE_TIME
field and get all qualifying rows? Doing nothing, I only get rows where the
time value in the ADD_DATE_TIME is midnight. Attempts to format
ADD_DATE_TIME as a "Short Date" is also not working.
Thanks.