abbrnameofday
Get the short name of a weekday in the user's language.
func str abbrnameofday (
str ret,
uint dayofweek
)
str ret,
uint dayofweek
)
Parameters
ret | The string for getting the result. |
dayofweek | The number of the weekday. 0 is Sunday, 1 is Monday... |
Return value
Returns the parameter ret.
Related links | Source |