Gentee Programming Language > Documentation > Libraries Download documentation

abbrnameofday

Get the short name of a weekday in the user's language.
 
str abbrnameofday(
      str   ret,
      uint   dayofweek
)

Parameters

retThe string for getting the result.
dayofweekThe number of the weekday.
0 is Sunday, 1 is Monday...

Return value

The function returns the parameter ret.

See also

    Function for working with time


 Copyright © 2004-2006 Gentee Inc. All rights reserved.