[Tutor] Compare hours

2005-05-12 Thread Alberto Troiano
Hey everyone I have a question. I need to compare two dates and times but it has to be quick. (With quick I mean that the algorythm has to be simple in efficient Here is the deal: day="thursday" hour1="15:30" hour2="16:30" all of the above are strings I have to get the system date and time an

Re: [Tutor] Compare hours

2005-05-12 Thread Bob Gailer
At 03:01 PM 5/12/2005, Alberto Troiano wrote: Hey everyone I have a question. I need to compare two dates and times but it has to be quick. (With quick I mean that the algorythm has to be simple in efficient Here is the deal: day="thursday" hour1="15:30" hour2="16:30" all of the above are string