I have a visit table
with columns
member_id
visit_id
visit_logout_datetime(values like this... '
now i need to compare the visit_logout_datetime with today date time property…
here is two conditions
1) i need to compare the today date with date coming from this field visit_logout_datetime
// here i want to do something….
2) i need to compare the present time with the time in this field visit_logout_datetime
i want to compare individually ..
how can i do that ..
would any one pls help on this….
1 Answer