org.zkoss.web.preferred.2DigitYearStart"

From Documentation
(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...")
 
Line 13: Line 13:
 
==2DigitYearStart==
 
==2DigitYearStart==
  
[since 8.6.2]
+
{{versionSince| 8.6.2}}
  
 
The allowed values is a positive integer For example, you could specify the following in <tt>WEB-INF/zk.xml</tt>:
 
The allowed values is a positive integer For example, you could specify the following in <tt>WEB-INF/zk.xml</tt>:

Revision as of 07:12, 9 December 2020


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 : 2020/12/09


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



Last Update : 2020/12/09

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