Skip to main content

Hi All,


I have a calendar control where the date format is set to: dd/MM/yyyy.


However when I try to enter a date (not using calendar control) in this format it fails validation.


The following formats work: yyyy/MM/dd and MM/dd/yyyy.


I have even tried changing my locale settings to the dd/MM/yyyy format but that does not help.


How can I support the format when a user enters a date manually into one of these fields?


Please advise.


Thank you,

Are you using any expressions or styles to format the date?


Hi Sujeeth,


Yes the Style is set to a custom style to display the date in the required format: dd/MM/yyyy.


Johan, this is known issue. unfortunately no workarounds other than to use calendar control. (reference TFS 425793)


You may want to check the HTML5 controls. If I remember, one of them is a calendar control. That may help you.


Reply