Skip to main content
Solved

Remove time from formula with date

  • April 1, 2024
  • 2 replies
  • 187 views

Forum|alt.badge.img+2

I need next result - Text & Date. Date should be in format MM/DD/YYYY. But now as a result I have time also. It is not expected result. Formatting tab is not available for this case. Below I attached the formula I use. I would be grateful if somebody helps me to remove time from my formula.

 

 

 

Best answer by TheTimeSavingCo

Try using DATETIME_FORMAT():

 

"DR-" & DATETIME_FORMAT( AddedOnDate, "MM/DD/YYYY" )

 

 

2 replies

TheTimeSavingCo
Forum|alt.badge.img+31

Try using DATETIME_FORMAT():

 

"DR-" & DATETIME_FORMAT( AddedOnDate, "MM/DD/YYYY" )

 

 

Forum|alt.badge.img+2
  • New Participant
  • April 1, 2024

If what you're looking for is the created Date but without the time, then add that column to your table and cater it to your liking then add that to your ID name: