Released: Oct 1, 2025
V2.3 での更新項目
機能
Localization Improvements
- MindFusion.Scheduling now uses the Intl API for localized formatting of dates and times.
- All properties of the Calendar control, that used to contain a format string, should now be set to an Intl.DateTimeFormat options object.
- The following list contains the fields and values that can be set in the options object:
- weekday: 'narrow' | 'short' | 'long'
- era: 'narrow' | 'short' | 'long'
- year: 'numeric' | '2-digit'
- month: 'numeric' | '2-digit' | 'narrow' | 'short' | 'long'
- day: 'numeric' | '2-digit'
- hour: 'numeric' | '2-digit'
- minute: 'numeric' | '2-digit'
- second: 'numeric' | '2-digit'
- timeZoneName: 'short' | 'long'
- timeZone: 'Asia/Shanghai'
- hour12: true | false
- hourCycle: 'h11' | 'h12' | 'h23' | 'h24'
- formatMatcher: 'basic' | 'best fit'