0
Appointment Field
How can I hide the time in an appointment field? I only want to show the two dates. For example "1/15/19-1/30/19"
4 replies
-
Hi,
You can use the following formula in a formula field for that:
date(start('Appointment field')) + " - " + date(endof('Appointment field'))
Best, Jörg
-
Thanks!
-
Followup question. How can I hide the original appointment field once I've entered the dates?
-
Write in the original Appointment field —> Show only if:
’Appointment = null
Fabio
Content aside
- 5 yrs agoLast active
- 4Replies
- 1652Views