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


This module can convert asctime to korean format.
asctime is ASC C standard format will from localtime like this:
$asctime = localtime();

my $kdt = Lingua::KO::DateTime->new();
Instantiates a new object.
my $str = $kdt->convert(asctime=>'Thu Oct 13 04:54:34 1994',output=>'date');
The convert function returns utf8-encoded(Perl internal unicode format) string.
If you do not provide arguments, asctime is now and output is 'datetime' as default value.
(Output examples.) date : 1994ë 10ì 13ì¼ time : 04ì 54ë¶ 34ì´ datetime : 1994ë 10ì 13ì¼ 04ì 54ë¶ 34ì´

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.