We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Function libdate_DayOfweek() returns which day of week is the date, the result is a number between 1 (Monday) and 7 (Sunday). Example:
libdate_DayOfweek(2015,5,27) #It's Wednesday
returns
3
There was an error while loading. Please reload this page.