Hi All,
I have a column in sharepoint list of type date which i want to update with current date in NL foramt (dd/mm/yyyy).
when i use below function, it gives me the wrong data
DateValue(Text(Today()),"nl") --> 8/11/2020
but if i change the language to en the date is correct but in mm/dd/yyyy format.
DateValue(Text(Today()),"en") --> 11/20/2019
How can i get the date in dd/mm/yyyy format ?
Regards,
Utsav