Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
The example below uses "zh-CN".
You can download the i18n jQuery library for Date Picker from http://code.google.com/p/listr/source/browse/#svn%2Ftrunk%2Flistr%2Flib%2Fjs%2Fui%2Fi18n.
<script type="text/javascript" src="http://listr.googlecode.com/svn/trunk/listr/lib/js/ui/i18n/ui.datepicker-zh-CN.js" ></script> <script type="text/javascript"> $(document).ready(function(){ $.datepicker.setDefaults($.datepicker.regional['zh-CN']); }); </script>
The next example uses French "fr"
<script type="text/javascript" src="#appResource.jquery.ui.datepicker-fr.js#"></script> <script type="text/javascript"> $(document).ready(function(){ $.datepicker.setDefaults($.datepicker.regional['fr']); }); </script>