The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Data::Sah::Coerce::perl::To_int::From_str::convert_en_or_id_dow_name_to_num - Convert English/Indonesian day-of-week name (e.g. Su, Mg, Mon, Sen, Tuesday, Selasa) to number (1-7, 1=Monday/Senin)

VERSION

This document describes version 0.008 of Data::Sah::Coerce::perl::To_int::From_str::convert_en_or_id_dow_name_to_num (from Perl distribution Sah-Schemas-Date-ID), released on 2022-10-20.

SYNOPSIS

To use in a Sah schema:

 ["int",{"x.perl.coerce_rules"=>["From_str::convert_en_or_id_dow_name_to_num"]}]

DESCRIPTION

This rule can convert English/Indonesian day-of-week names like:

 Su
 Mg

 MON
 SEN

 tuesday
 selasa

to corresponding day-of-week numbers (i.e. 7, 1, 2 in the examples above). Unrecognized strings will just be passed as-is.

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/Sah-Schemas-Date-ID.

SOURCE

Source repository is at https://github.com/perlancar/perl-Sah-Schemas-Date-ID.

SEE ALSO

Coerce rule From_str::convert_en_dow_name_to_num

Coerce rule From_str::convert_id_dow_name_to_num

Coerce rule From_str::convert_locale_dow_name_to_num

AUTHOR

perlancar <perlancar@cpan.org>

CONTRIBUTING

To contribute, you can send patches by email/via RT, or send pull requests on GitHub.

Most of the time, you don't need to build the distribution yourself. You can simply modify the code, then test via:

 % prove -l

If you want to build the distribution (e.g. to try to install it locally on your system), you can install Dist::Zilla, Dist::Zilla::PluginBundle::Author::PERLANCAR, Pod::Weaver::PluginBundle::Author::PERLANCAR, and sometimes one or two other Dist::Zilla- and/or Pod::Weaver plugins. Any additional steps required beyond that are considered a bug and can be reported to me.

COPYRIGHT AND LICENSE

This software is copyright (c) 2022, 2020, 2019 by perlancar <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.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Sah-Schemas-Date-ID

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.