Print date only

How to print Date only on field its data type is DateTime 

Like 0

Like

3 comments

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

this not working

working fine thanks!

Show all comments