I have a datetimepicker formated for just time, the user selects the time.
I want to compare if that time is between midnight and 8 am
dtmTime #11:59:59 PM# and dtmTime < #08:00:00 AM#
this evaluates to true when the time is not greater than
dtmTime #9:32:34 PM#
Why is that? and How can I get this to work?
Brian
I want to compare if that time is between midnight and 8 am
dtmTime #11:59:59 PM# and dtmTime < #08:00:00 AM#
this evaluates to true when the time is not greater than
dtmTime #9:32:34 PM#
Why is that? and How can I get this to work?
Brian
Comment