I have a date picker on my front end, I try to get the date value displayed, the locale is set to Brazil. So the date has to be displayed as dd/mm/yyyy.
My test is, if i enter the date in the format mm/dd/yyyy, the application should automatically convert to the required format. It does convert. - When i retrieve the data on screen, the value is somehow mm/dd/yyyy even though the displayed value is dd/mm/yyyy.
can u pls suggest me a solution.... let me know if u need anything from me to investigate.