The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

DESCRIPTION

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

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

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.