StrToTime
%StrToTime function
Old name
%MkAT
Function
The function converts a text string to an absolute time.
Declaration
TIME %StrToTime(
TEXT in timeString
)Parameters
timeString | Text in one of the formats below. |
Note
The parameter timeString must be given in the format hh:mm:ss DD-MM-YYYY, where:
hh | INT | Hour |
mm | INT | Minute |
ss | INT | Second |
DD | INT | Day |
MM | INT | Month |
YYYY or YY | INT | Year |
Example
%StrToTime("17:03:16 18-03-2005")Related pages: