2000-08-07 19:15:06 +02:00
|
|
|
date2 is an alternative date class for Ruby.
|
|
|
|
|
|
|
|
This class handles calculations about dates. The day of reform can be
|
|
|
|
specified freely in this class. The procedures about holiday
|
|
|
|
(holiday.rb) and date format (parsedate2.rb, strftime.rb and
|
|
|
|
strptime.rb) are also available.
|
|
|
|
|
2000-08-12 22:09:41 +02:00
|
|
|
|
2001-11-03 21:55:51 +01:00
|
|
|
Author: Tadayoshi Funaba <tadf@funaba.org>
|
|
|
|
WWW: http://www.funaba.org/en/ruby.html#date2
|