in reply to Getting a date/time in a certain format in a Windows and Linux environment

For easy date/time manipulation you can go to CPAN and search for: - Class::Date - Time::Format or you can take a look at POSIX module ( strftime ). Have fun!
-- Kyoichi
  • Comment on Re: Getting a date/time in a certain format in a Windows and Linux environment