org.zkoss.web.preferred.2DigitYearStart

From Documentation
Revision as of 10:21, 10 May 2019 by Leonlee (talk | contribs) (Created page with "{{ZKDevelopersReferencePageHeader}} =Overview= By default, the 2 digit year start is set to 1929. However, you can configure it different, and it will affect how [[ZK_Component...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


org.zkoss.web.preferred.2DigitYearStart


Overview

By default, the 2 digit year start is set to 1929.

However, you can configure it different, and it will affect how datebox and calendar components behave.

The 2 digit year start is using for the format with "yy" pattern only, change the parse result in the 100 years span after that year. For example, 2 digit year start 1950 will parse [0-49] : 2000-2049 and [50-99] : 1950-1999

If a property called org.zkoss.web.preferred.2DigitYearStart defined in the library property (i.e., Library). If so, use it.

2DigitYearStart

[since 8.6.2]

The allowed values is a positive integer For example, you could specify the following in WEB-INF/zk.xml:

<library-property>
    <name>org.zkoss.web.preferred.2DigitYearStart</name>
    <value>1950</value>
</library-property>

Version History

Last Update : 2019/05/10


Version Date Content
8.6.2 May 2019 The the 2 digit year start is configurable



Last Update : 2019/05/10

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.