What day is it?

What day is it?

Simple

"Today is " + now().formatDate("dddd")

Advanced

"Mon Tue Wed Thu Fri Sat Sun" .replace( now().formatDate("ddd"), "[" + now().formatDate("ddd") + "]" )

Creative

now().formatDate("ddd") + ": You're " + (now().day() % 7 / 7 * 100).round().format() + "% through the week!*"
*If your week starts on a Monday.

Zombies

 
By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!
By BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!