Perl DateTime Project Perl DateTime Project 23

Chinese Valentine's Day

my $today_zh = DateTime::Calendar::Chinese->now();
$today_zh->set( month => 7, day => 7 );
my $dt = DateTime->from_object( object => $today_zh );

print " I should give my wife a gift on ", $dt->date, "\n";
continued...
Copyright © 2005-2006 David Rolsky