Date format - I need a saved search to return a da...
# suiteanalytics
a
Date format - I need a saved search to return a date with leading zeros, but get 3/3/2019 no matter what I do. The date format in Setup=>Company=>General Preferences is M/D/YYYY. Is there any way I can override that with a formula?
g
Have you tried your personal date preferences?
a
They are grayed out, I can't change it.
g
Formula (Text)
TO_Char({trandate},'MM/DD/YYYY')
?
a
Oh, geez - I was using TO_DATE, this did the trick. Thanks!
👍🏻 1
g
Blame it on Monday morning. 😀
a
I will, and a Monday after a time change - double whammy!