Does not work for me either. Here is a workaround: Dim start_time, datetime ConcatEx 1999, "/", 1, "/", 17, " ", 2, ":", 30, ":", 0, start_time : I have a problem with function MakeDateTime. The result is always : "1/1/00 0:00:00". I also used your example from help (see below) : and i got the same problem. : I was using version 2.48 and I upgraded to 2.49 and now I still have the same : problem. : Please help. : Thanks. : YOUR HELP EXAMPLE: This example combines year, month, day, hour, minutes, and : seconds into a single datetime variable. The resulting date and time is : January 17, 1999 2:30:00 AM. : Dim start_time, detetime : MakeDateTime 1999, 1, 17, 2, 30, 0, start_time
|