Current Date
Jump to navigation
Jump to search
Hide the read-only date field (in my example, I called it ‘datefield_hidden’), that has as default value T+0
Then make a new read only display field that shows the value from the hidden field.
If you do this without anything else, it will also show the minutes & hour. You don’t want that, so you will need to set the format in the dynamic value & check for calculations:
Use: format('{0:dd/MM/yyyy}',TODATE('#REPLACE-FORMFIELD-NomuraDates||datefield_hidden||#'))