ホーム / ニュース / MindFusion.Scheduling for JavaScript V2.0
MindFusion.Scheduling for JavaScript V2.0
カレンダーによって、日付と時刻のローカライズを向上
1月 13, 2022
新バージョン
機能
ECMAScript 6 (ES6) modules
JsScheduler distribution now includes a set of ES6 modules, in Scripts/esm folder, that lets you import classes from respective scripts.
The distribution still includes ES5-compatible scripts located in Scripts/umd folder, which are transpiled from current ES6 code, and whose classes are exposed as members of global MindFusion namespace object as in previous versions.
Localization improvements - Calendar date and time localization can now be done via the CLDR locale data JSON distributions, instead of writing the "date" object in the localization file. You can continue using the localization files for string localization.