Current Date

From SMTX Wiki
Revision as of 21:44, 25 May 2020 by Smtxwiki (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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||#'))