C.H. Kang > Lingua-KO-DateTime-0.03 > Lingua::KO::DateTime

Download:
Lingua-KO-DateTime-0.03.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.03   Source  

NAME ^

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

SYNOPSIS ^

DESCRIPTION ^

This module can convert asctime to korean format. asctime is ASC C standard format will from localtime like this:

        $asctime = localtime();

METHOD ^

new

        my $kdt = Lingua::KO::DateTime->new();

Instantiates a new object.

convert

        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.

AUTHORS ^

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

COPYRIGHT ^

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.

WARRANTY ^

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

IT COMES WITHOUT WARRANTY OF ANY KIND.