|
|
Line 1: |
Line 1: |
− | {{ZKConfigurationReferencePageHeader}}
| |
− | '''Property:'''
| |
− | org.zkoss.zk.momentTimezone.data
| |
| | | |
− | {{GlobalLibraryProperty}}
| |
− |
| |
− | Default: empty (default data would be loaded)
| |
− | [Since 8.5.1]
| |
− |
| |
− | Start from 8.5.1, we start to use moment.js, moment-timezone.js to support our client widgets of <javadoc>org.zkoss.zul.Datebox</javadoc>,<javadoc>org.zkoss.zul.Timebox</javadoc>,<javadoc>org.zkoss.zkmax.zul.Timepicker</javadoc>.
| |
− |
| |
− | Since timezone information changes every year for some countries, we provide a way to update the timezone information.
| |
− |
| |
− | 1. Download the json file from https://github.com/moment/moment-timezone/tree/develop/data/packed.
| |
− |
| |
− | 2. In zk.xml, specify file.
| |
− | <source lang="xml">
| |
− | <library-property>
| |
− | <name>org.zkoss.zk.momentTimezone.data</name>
| |
− | <value>/data/2017a.json</value>
| |
− | </library-property>
| |
− | </source>
| |
− |
| |
− | =Version History=
| |
− | {{LastUpdated}}
| |
− | {| border='1px' | width="100%"
| |
− | ! Version !! Date !! Content
| |
− | |-
| |
− | | 8.5.1
| |
− | | January 2018
| |
− | | create
| |
− | |}
| |
− | {{ZKConfigurationReferencePageFooter}}
| |