KB00022094: How to change value of date picker
Applies to:
4500
Issue:
DataPicker givnig value in form of MM/dd/yy and customer wanted this is form of dd-MM-yyyy
Root Cause:
DatePicker pointing to MM/dd/yyyy in application.properties file
Solution:
In the application.properties file change MM/dd/yyyy;EEEE to dd-MM-yyyy:EEEE and restart the ephesoft service.
#datePicker.format=MM/dd/yyyy;EEEE, d MMMM y;d MMMM y;dd/MM/yyyy;d/MM/yy
datePicker.format=dd-MM-yyyy;EEEE, d MMMM y;d MMMM y;dd/MM/yyyy;d/MM/yy