| Lingua-KO-DateTime documentation | view source | Contained in the Lingua-KO-DateTime distribution. |
Lingua::KO::DateTime - convert time to korean format.
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();
my $kdt = new Lingua::KO::DateTime(charset=>'euc-kr');
Instantiates a new object.
my $kdt->set_env(charset=>'euc-kr');
set charset encode.
$kdt->convert(asctime=>'Thu Oct 13 04:54:34 1994',output=>'date');
Lingua::KO::DateTime by C.H. Kang
The Lingua::KO::DateTime module is Copyright (c) 2007 C.H. Kang All rights reserved.
You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.
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. |