DateTime-Format-JP

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

        print "$str\n";

VERSION
        v0.1.2

DESCRIPTION
    This module is used to parse and format Japanese date and time. It is
    lightweight and yet versatile.

    It implements 2 main methods: "parse_datetime" and "format_datetime"
    both expect and return decoded utf8 string.

    You can use Encode to decode and encode from perl internal utf8
    representation to real utf8 and vice versa.

METHODS
  new
    The constructor accepts the following parameters:

    *hankaku* boolean
        If true, the digits used will be "half-size" (半角), or roman numbers

README.md  view on Meta::CPAN


DESCRIPTION
===========

This module is used to parse and format Japanese date and time. It is
lightweight and yet versatile.

It implements 2 main methods:
[\"parse\_datetime\"](#parse_datetime){.perl-module} and
[\"format\_datetime\"](#format_datetime){.perl-module} both expect and
return decoded utf8 string.

You can use [Encode](https://metacpan.org/pod/Encode){.perl-module} to
decode and encode from perl internal utf8 representation to real utf8
and vice versa.

METHODS
=======

new
---

lib/DateTime/Format/JP.pm  view on Meta::CPAN

    print "$str\n";

=head1 VERSION

    v0.1.6

=head1 DESCRIPTION

This module is used to parse and format Japanese date and time. It is lightweight and yet versatile.

It implements 2 main methods: L</parse_datetime> and L</format_datetime> both expect and return decoded utf8 string.

You can use L<Encode> to decode and encode from perl internal utf8 representation to real utf8 and vice versa.

=head1 METHODS

=head2 new

The constructor accepts the following parameters:

=over 4



( run in 0.315 second using v1.01-cache-2.11-cpan-26ccb49234f )