August 2010
Intermediate to advanced
526 pages
23h 39m
English
date() — Decode time string into date
date(timestring,modifier, ... )
The date() function takes a
value plus zero or more modifier values and returns a
text value in the format timestring
.
It is equivalent to the call YYYY-MM-DDstrftime(
'%Y-%m-%d', .timestring, ...
)
Read now
Unlock full access