Date and time format

0
Hello  if i use the below formula formatDate($object/DOB)  , it will give me ‘19-11-20’  i want to show the whole year i mean ex: 2020 not 20  what shall i have to do
asked
1 answers
3

Hi Ayah,

If you use formatDateTime($object/DOB, ‘dd-MM-yyyy’) it should give you the whole year.

With kind regards,
Bryan de Wit

answered