Method System.TM()->strptime()
- Method
strptime
bool
strptime(string(1..255)
format
,string(1..255)
data
)- Note
The order of
format
anddata
are reversed compared to strptime().- See also
bool
strptime(string(1..255)
format
, string(1..255)
data
)
The order of format
and data
are reversed
compared to strptime().