I'm trying to set a text field (to use as a title of sorts) that includes a Date type field.
When setting this field, the Date comes through with both the Date and Time.
Is there a no-code way to prevent the Time from also coming through in the text field when it is being set?
Thanks!
Like
2 comments
Best reply
15:18 Dec 10, 2024
Are you setting this in a process? If so, you can set it using .ToShortDateString() as follows:
[#The date col or value here #].ToShortDateString()
Ryan
15:18 Dec 10, 2024
Are you setting this in a process? If so, you can set it using .ToShortDateString() as follows:
[#The date col or value here #].ToShortDateString()
Ryan
22:32 Dec 10, 2024
Hi Ryan
This is exactly what I was hoping for.
Thanks for the help!
Raymond
Show all comments