getdateformat
Get date in the specified format.
func str getdateformat (
datetime systime,
str format,
str date
)
datetime systime,
str format,
str date
)
Parameters
systime | The variable containing date. | ||||||||||||||||
format | Date format. It can contain the following values:
| ||||||||||||||||
date | The string for getting the date. |
Return value
Returns the parameter date.
Related links | Source |