How can i convert date format MM/dd/yyyy to dd/MM/yyyy

i have date in format MM/dd/yyyy , and i want to convert the date into this format dd/MM/yyyy
for example date = 11/13/2023 , convert = 13/11/2023

simply reverse the positions.
If you want something more elaborate you will have to use the Clock component

image

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.