To put the currnt date at 09:00 as a time, you have to remember that dates are actually stored as numbers, not dates, for example, at the time of writing, the current date is 37881 (which is 17 Sept 03) and the current date/time is 37881.7136458333 which to you and me is 17 Sept 03 17:07:39
So you could use the expression:
Date()+0.375
Since Date() is always today's date, and 0.375 is always 09:00, you'll always get the answer you want.
Steven "another swhite" White
I am a loud man with a very large hat. This means I am in charge
|