How can I change time formula's format?

I use two time formula to show time information, but I can’t change time formula’s format.

#Now()
Default format was MM/DD/YY HH:MM:SS AM/PM
I want to use this:
YY/MM/DD AM/PM HH:MM:SS
or
YY/MM/DD AM/PM

#Date(2019, 7, 4)-Now()
Default format was Day Hrs Mins Secs
I want to use this:
Day

You can reference this image, red sentence was what I want.

Example Code doc is here:

Not sure if helpful, but did you checkout this post:

Thanks to your reply!
Because of I am not native English speaker ,the article have too many words so I can’t understand in detail…
But I found a method to resolved by myself!
The detail could see the image and coda doc.
Anyway, thanks too much!


1 Like