WendyShoef
7 years agoQrew Cadet
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() ) ) but that doesn't work because the Year, Month, Day parts are date numbers.
I've tried using various formulas including ToFormattedText, ToText.
Also, tried using AdjustYear([Date], 0) but the output is actually mm-dd-yyyy not as indicated in formula reference ( "AdjustYear(ToDate("2/20/99"), 2) returns February 20, 2001" ) on https://login.quickbase.com/db/6ewwzuuj?a=dr&rid=35&rl=4m.
NOTE: PHP Date format "F d, Y" would yield March 5, 2019
I know you have the Date() function but that only accepts text.
I've tried Date( Year( Today() ), Month( Today() ), Day( Today() ) ) but that doesn't work because the Year, Month, Day parts are date numbers.
I've tried using various formulas including ToFormattedText, ToText.
Also, tried using AdjustYear([Date], 0) but the output is actually mm-dd-yyyy not as indicated in formula reference ( "AdjustYear(ToDate("2/20/99"), 2) returns February 20, 2001" ) on https://login.quickbase.com/db/6ewwzuuj?a=dr&rid=35&rl=4m.
NOTE: PHP Date format "F d, Y" would yield March 5, 2019