Date Format

Is there a simple way to display dates listed in views as ‘MM/dd/yyyy’ instead of ‘dd/MM/yyyy’?

only via JS and few change in backend

1 « J'aime »

Or you can change the file application.properties

It’s there :

#Date Format
#~~~~~
date.format = dd/MM/yyyy

Hello @matthias
I’ve tried changing application properties. But no success!
According @siddique I’m doing in that way
Changing widget.slickgrid.js or creating a new widget for form.input.datetime.js

The date.format setting is used for server side rendering only (e.g. reports).

Client side date formatting based on browser language is coming in next bug fix 5.3.x release.

2 « J'aime »