Current Date: Difference between revisions

From SMTX Wiki
Jump to navigation Jump to search
Created page with "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..."
 
m 1 revision imported
 
(No difference)

Latest revision as of 21:44, 25 May 2020

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||#'))