Help

Function: Enable TODAY( ) without a time-stamp

2489 3
cancel
Showing results for 
Search instead for 
Did you mean: 
Megan_Dunagan
6 - Interface Innovator
6 - Interface Innovator

Hi,

It appears, that by default, the function for TODAY( ) will show today’s date PLUS an (incorrect) time-stamp. I can’t seem to get rid of the time. Currently I have the formula set to: TODAY('MM/DD/YY')

To add to that, it shows the wrong date format, too: 5/29/2017 12:00am. (it’s not 12 am, by the way).

Anyway, I’d like it to show in the MM/DD/YY format without the time stamp. Is this possible?

3 Replies 3
Megan_Dunagan
6 - Interface Innovator
6 - Interface Innovator

Well, I spoke too soon. Jimmy’d a way to do this:

DATETIME_FORMAT(TODAY(), 'M/DD/YYYY')

Alternatively, you could use the “Formatting” tab:

1988286c1d2892f2f54aba9e41806824019568f0.gif

Oh, well, there ya go. I’m always wanting to complicate matters :winking_face: