Date format in Mongoose application
Pavel Matras
Member, Infor Partner Posts: 2
in Mongoose
Hi,
for my date field I am set Date Combo Box to true in Specific Attributes.
So now I have this calendar box there, that is ok:
But the date format is always MM/DD/YYYY. Where can I change date formatting?
Is it depends on some settings in Mongoose? Or on client computer?
Thanks.
0
Best Answer
-
Hi Pavel, based on my finding, it looks like date format is based on Language settings.
Document says
In the web client, the default date and time formats are based on the Language settings of the browser.
Alternative you can also create your own date component using usercomponent or usercontrol, but it might required some JavaScript skills set.
0