_DT
- convert string to datetime

Date/Time
(AmiBroker 5.40)


SYNTAX _DT("date string");
RETURNS NUMBER
FUNCTION Converts string representing date/time value to the corresponding DateTime number (that can be later compared to output of DateTime() function for example).

This function is synonym / shortcut for StrToDateTime function.

EXAMPLE
SEE ALSO StrToDateTime() function

References:

The _DT function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.