NAME
DateTime::Format::Indonesian - Parse and format Indonesian dates
VERSION
This document describes version 0.04 of DateTime::Format::Indonesian (from Perl distribution DateTime-Format-Indonesian), released on 2015-12-18.
SYNOPSIS
use DateTime::Format::Indonesian;
my $dt = DateTime::Format::Indonesian->parse_datetime("14 agt 2013");
DESCRIPTION
This is an early release. Not all things have been implemented yet.
METHODS
new()
$fmt->format_datetime()
NOT YET IMPLEMENTED.
$fmt->parse_datetime($str) => OBJ
Parse an Indonesian string. Return undef if $str
cannot be parsed. Currently the recognized forms include:
dd-mmm-yy or dd-mmm-yy (other separators include whitespace or dash)
dd-mmmm-yy or dd-mmmm-yy (long month names)
SEE ALSO
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/DateTime-Format-Indonesian.
SOURCE
Source repository is at https://github.com/perlancar/perl-DateTime-Format-Indonesian.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=DateTime-Format-Indonesian
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.