We have two date picker columns (from date and to date) in interactive grid. User can select these dates. These have date format as DD-MON-YYYY and have set minimum and maximum dates set. It works fine in English application. We translated the application to ar-ae (Arabic). In arbic, the dates are appearing as DD-MM-YYYY and system is not accepting these dates (if clicked that fiedl), saying that the format is invalid. Probably due the same root cause, the minimum and maximum date conditions are also not satisfied.

I have translated the application to Arabic. I have tried to remove the date format completely. I have tried to change date format from global attributes. None worked.