Java时间工具包 JTimepiece

fmms 12年前
     JTimepiece 是一个用来处理Java的日期和时间的高级类库,提供许多很简单的方法,适合包括初学者和高手。    <br />    <br /> 主要特性:    <br />     Easy-to-use API. Developers will save time and improve program quality.    <br />     Reduces number of objects created when working with multiple date/times.    <br />     Methods for computing difference between two date/times.    <br />     Support for time zones, leap year and daylight savings.    <br />     Methods for converting between string and date/times.    <br />     Methods for adding and subtracting to and from date/times.    <br />     Methods for easily retrieving individual parts of date/times.    <br />     Makes Java code more readable.    <br />     No dependencies to other non-standard Java libraries.    <br />     JUnit tests.    <br />     Compatible with J2SE 1.2 and above.    <br />     Apache 2.0 open source software license.    <br />    <br />    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1326938162062" target="_blank">http://www.open-open.com/lib/view/home/1326938162062</a></p>    <div></div>    <div></div>