Forum Discussion

WendyShoef's avatar
WendyShoef
Qrew Cadet
7 years ago

Display today's date in ""F d, Y"" (PHP date format)

I'm sure there is a simple way to do this, but I am struggling. I know you have the Date() function but that only accepts text. I've tried Date( Year( Today() ), Month( Today() ), Day( Today() )...