What is the correct data type for Time & Date values ?.
-
I want to add starting time and a ending time for the EA. I tried with datetime, that doesn't work.
-
use type: string
datetime is correct for date and time in the same line, but sometimes you need to use string, for example, the time filter block needs string, but you can only use time 00:00:00 -
got it bro