2014-09-11 45 views

回答

0

FIELD whatever:= @ToTime(「4/15/2020 5:46:13 AM ZE8」);

1
text := @LeftBack(@Text(myDateField; "D0T0Z2"); " "); 
date := @TextToTime(@Left(text; " ")); 
time := @TextToTime(@Right(text; " ")); 
result := @TimeMerge(date; time; "Z=-8"); 
相關問題