hi Expert,
I cannot create a value for datetime3 based on this code
date3 := DT2DATE("Somedate");
time3 := 150000T;
datetime3 := CREATEDATETIME(date3,time3);
I need to set a specific somedate to 3PM
the error says that the date was invalid
any ideas ?
thanks,
I cannot create a value for datetime3 based on this code
date3 := DT2DATE("Somedate");
time3 := 150000T;
datetime3 := CREATEDATETIME(date3,time3);
I need to set a specific somedate to 3PM
the error says that the date was invalid
any ideas ?
thanks,