How to set i18n from flowable-ui frontend?

As my location, I want see the date time use my local setting like “yyyy/MM/dd HH:mm:ss”

but now it shows like the style above 。

That’s Flowable Admin, right? Not sure if that’s customizable out of the box, might need a frontend code change to make that work …

Yes indeed, it’s defined in frontend framework angular js datetemplate.

Hi,

you could set the desired locale for Moment.js. This is used in the angularjs date formatting filter.

flowable-engine/app.js at master · flowable/flowable-engine · GitHub

For more info on setting the locale in Moment.js have a look here;

https://momentjs.com/docs/#/i18n/changing-locale/

Regards,

Yvo