R
Rakesh
Dear All,
I have used a Access DB containing a time field. I have ensured via
validation that time entered in the field is in hh:mm format. That is
working fine. The field type in Table Design mode are set to Date/Time,
Short Time.
Problem occurs when I try to display these values using a
<asp:repeater>. The displayed value contain the correct time portion
but it also contains the Date at which the entry was made. I want to
get only the time part. I am using a Jet 4.0 driver and OleDb interface
to the database.
How should I patch my query or anything to make it work?
Thanks.
Rakesh.
I have used a Access DB containing a time field. I have ensured via
validation that time entered in the field is in hh:mm format. That is
working fine. The field type in Table Design mode are set to Date/Time,
Short Time.
Problem occurs when I try to display these values using a
<asp:repeater>. The displayed value contain the correct time portion
but it also contains the Date at which the entry was made. I want to
get only the time part. I am using a Jet 4.0 driver and OleDb interface
to the database.
How should I patch my query or anything to make it work?
Thanks.
Rakesh.