I am using
DateString="10-08-12023 15:30:00";
TradeDT = StrToDateTime(DateString);
but in explorer it is showing the value as
2,950,591,398,010,476,217,088,471,990,272.00,
even in the watchlist also it shows the same value
Can anyone please guide, I checked the local system regional settings, everything is fine.
Even tried with _DT function same result.
To display dates when running an exploration you should use one of the the supported format as documented in the function AddColumn(), although in a recent version the formatDateTimeISO seems to not work as expected (see formatDateTimeISO produces date with no dashes).