DateTimeToStr
|
Date/Time |
SYNTAX | DateTimeToStr( NUMBER, mode = 0 ) |
RETURNS | STRING |
FUNCTION | Converts number representing date/time value (for example obtained using GetCursorXPosition(), Now(), DateTime() functions) to the corresponding STRING (text).
The mode parameter defines the output mode:
|
EXAMPLE | ToolTip="X="+DateTimeToStr(GetCursorXPosition()) |
SEE ALSO | DATETIME() function , NOW() function , StrToDateTime() function , DateTimeFormat() function |
The DateTimeToStr function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.