Versions Compared

Key

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


Page Properties
hiddentrue


Document status
Status
colourGreen
titlefinal
DocumenteigenaarKarien Stubbe


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

Code Block
$_tools.formatDate(datum_uur,formaat)

Waarbij:

 

 

Karien Stubbe
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')
Page Properties
Document status
Status
colourYellow
titlewaiting for approval
Documenteigenaar

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

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