I am kind of confused. I have two date fields. I have to trap each day and hours that go with this, eg. (date format is dd-mon-yyyy hh24:mi)If start_date is 03-09-2004 04:00 and end_date is 03-11-2004 :06:00 then my days should read like this:
day1 - 03-09-2004 20 hours
day2 - 03-10-2004 24 hours
day3 - 03-11-2004 6 hours
I want to trap these date and time in a separate temporary table. My program is giving differnet results, esp when time is > 12 hours.
Any help is appreciated.
thanks,
day1 - 03-09-2004 20 hours
day2 - 03-10-2004 24 hours
day3 - 03-11-2004 6 hours
I want to trap these date and time in a separate temporary table. My program is giving differnet results, esp when time is > 12 hours.
Any help is appreciated.
thanks,