Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Page Properties
hiddentrue


Document status
Status
colourYellowGreen
titlein progressfinal
DocumenteigenaarKarien Stubbe


Om een datum of tijd voor een weergaveveld te formatteren kan volgende functie gebruikt worden

Code Block
$_tools.formatDate(datum_uur,formaat)

Waarbij:

Code Block
titleVoorbeelden
$_tools.formatDate($s.taskFormsFromLastRunMap.get('Evalueren').formDataFlexesMap.get('mijn_tijd').valuedateValue,'HH:mm')
$_tools.formatDate($s.taskFormsFromLastRunMap.get('Evalueren').formDataFlexesMap.get('mijn_datum').valuedateValue,'dd/MM/yyyy')
$_tools.formatDate($!{s.createdDate},'dd/MM/yyyy')

...