DateTime-Format-JP

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
        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

28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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

1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
    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.244 second using v1.01-cache-2.11-cpan-05444aca049 )