DateTime-Format-JP
view release on metacpan or search on metacpan
232425262728293031323334353637383940414243
"$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.
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
282930313233343536373839404142434445464748DESCRIPTION
===========
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.
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
134113421343134413451346134713481349135013511352135313541355135613571358135913601361
"$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.244 second using v1.01-cache-2.11-cpan-05444aca049 )