Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
I need to use date picker in thai local year.
if i use java seem like this
new SimpleDateFormat("dd-MM-yyyy HH:MM", new Locale("th", "TH"));
how can i force new locale in date picker?
I need thai year 2564 not 2021+543.
You can set to use the locale date via the "Using Locale Date Format" property in General Settings#UserInterfaceSettings.
I need to use date picker in thai local year.
if i use java seem like this
new SimpleDateFormat("dd-MM-yyyy HH:MM", new Locale("th", "TH"));
how can i force new locale in date picker?
I need thai year 2564 not 2021+543.