Versions Compared

Key

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

...

Page Properties
hiddentrue


Document status
Status
colourGreen
titleFinalfinal
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')

Om de huidige datum op te halen kan volgende functie gebruikt worden.

Code Block
titleVoorbeeld huidige datum
$_date.get('today').format('dd-MM-yyyy')