#-*- perl -*- # # Copyright (C) 2000 Ken'ichi Fukamachi # # $FML: Date.pm,v 1.8 2001/06/17 08:57:09 fukachan Exp $ # package FML::Date; =head1 NAME FML::Date - utilities for date and time =head1 SYNOPSIS use FML::Date; $date = new FML::Date time; # get the date in $style format $date->{ log_file_style } $date->log_file_style =head1 DESCRIPTION The style you use follows: style example ---------------------------------------------- log_file_style 01/01/07 21:06:19 mail_header_style Sun, 7 Jan 2001 21:06:19 +0900 YYYYMMDD 20010107 current_time 200101072106 precise_current_time 20010107210619 =head1 METHODS You can also method like $date->$style() style. specify the C