native
parse_time
Syntax
native parse_time(const input[],const format[], time = -1);
Description
Returns time in input and additionaly fills missing information
with current time and date. If time is different than -1 then parsed
time is added to given time.
Example:
parset_time( "10:32:54 04/02/2003", "%H:%M:%S %m:%d:%Y" )
For more information see strptime(...) function from C libraries.