From production, document list app adding filters, user locale is en-US (set via settings page)
From production, document list app adding filters, user locale is ja (set via settings page)
Initially if you play with user settings the locale on the top html is still "us"/the previous one, but the internal frame does have the new one; if you log out and back in, they come in sync again; not sure if that affects this, as even if they agree, the date value is still not being formatted.
As discussed in the old GitHub issues, this should probably be done with the fancy new ECMAScript Internationalization API (and a polyfill for IE such as https://github.com/andyearnshaw/Intl.js/)
From production, document list app adding filters, user locale is en-US (set via settings page)
From production, document list app adding filters, user locale is ja (set via settings page)
Initially if you play with user settings the locale on the top html is still "us"/the previous one, but the internal frame does have the new one; if you log out and back in, they come in sync again; not sure if that affects this, as even if they agree, the date value is still not being formatted.
https://github.com/Tradeshift/Client-Runtime/issues/546