Hello,
i have a time date field that i’m using to trigger a workflow, how do i on the app get only the date to display within the field?
Hello,
i have a time date field that i’m using to trigger a workflow, how do i on the app get only the date to display within the field?
Not sure it it’s the “right” way, but I wanted to retain the date time info, so I just added a virtual column with an appformula
= [yourdatecolumn] and set the type as Date.
@Mike_Adler’s approach is the “right” one.