$(weekday)
$(weekday <short> <long>)
Displays the current day of the week. Long or short needs to be specified or the weekday will default to long
$(weekday short)
Will display "Mon"
$(weekday)
$(weekday long)
Will display "Monday"
$(weekday <short> <long>)
Displays the current day of the week. Long or short needs to be specified or the weekday will default to long
$(weekday short)
Will display "Mon"
$(weekday)
$(weekday long)
Will display "Monday"