weekDayName
-
function
-
new in 1.61
-
Returns the name of the weekday of any date, or of the current date if no parameter is given. An adjective may be used to request long, abbreviated, and short forms of the name.
-
Examples: +
put weekDayName("7/4/1776") —> Thursdayput the abbreviated weekDayName —> Sat -
Related: monthName, dayOfWeek, weekDayNames
note
This page is under construction: it has not been reviewed for completeness.