Print date only
19:30 May 25, 2025
How to print Date only on field its data type is DateTime
Like
3 comments
19:34 May 25, 2025
I assume you're taking about in a Word printable? If that is the case you can use the Date macro, see https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platform/platform-customization/freedom-ui/ms-word/references/basic-macros
When adding the DateTime column to the report setup, add it like
TheDateField[#Date|MM/dd/yyyy#]
Then it will show as date only.
Ryan
Show all comments