Lingua::KO::DateTime - convert time to korean format.


Lingua-KO-DateTime documentation  | view source Contained in the Lingua-KO-DateTime distribution.

Index


NAME

Top

Lingua::KO::DateTime - convert time to korean format.

SYNOPSIS

Top

DESCRIPTION

Top

This module can convert asctime to korean format. you can select euc-kr charset. asctime is ASC C standard format will from localtime like this:

        $asctime = localtime();

METHOD

Top

new

        my $kdt = new Lingua::KO::DateTime(charset=>'euc-kr');

Instantiates a new object.

set_env

        my $kdt->set_env(charset=>'euc-kr');

set charset encode.

* charset -> euc-kr only now.

convert

        $kdt->convert(asctime=>'Thu Oct 13 04:54:34 1994',output=>'date');

* asctime -> input asctime data.
* output -> output in 3 types: date,time,datetime.

AUTHORS

Top

Lingua::KO::DateTime by C.H. Kang

COPYRIGHT

Top

WARRANTY

Top

The Lingua::KO::DateTime is free Open Source software.

IT COMES WITHOUT WARRANTY OF ANY KIND.


Lingua-KO-DateTime documentation  | view source Contained in the Lingua-KO-DateTime distribution.