NAME
Sah::Schemas::Date::ID - Sah schemas related to date (Indonesian)
VERSION
This document describes version 0.006 of Sah::Schemas::Date::ID (from Perl distribution Sah-Schemas-Date-ID), released on 2021-08-04.
SYNOPSIS
SAH SCHEMAS
The following schemas are included in this distribution:
-
Day-of-week name (abbreviated or full, in Indonesian).
See also related schemas for other locales, e.g. Sah::Schema::date::dow_name::en (English), Sah::Schema::date::dow_name::en_or_id (English/Indonesian), etc.
-
Day-of-week number (1-7, 1=Monday, like DateTime), coercible from English/Indonesian day-of-week name (Mo/Sn/MON/SEN/monday/senin).
See also related schemas that coerce from other locales, e.g. Sah::Schema::date::dow_num (English), Sah::Schema::date::dow_num::id (Indonesian), etc.
-
Day-of-week number (1-7, 1=Monday, like DateTime), coercible from Indonesian day-of-week name (Sn/SEN/senin).
See also related schemas that coerce from other locales, e.g. Sah::Schema::date::dow_num (English), Sah::Schema::date::dow_num::en_or_id (English or Indonesian), etc.
-
Array of day-of-week numbers (1-7, 1=Monday).
See also Sah::Schema::date::dow_num which is the schema for the elements.
See also related schemas that coerce from other locales, e.g. Sah::Schema::date::dow_nums::id (Indonesian), Sah::Schema::date::dow_num::en_or_id (English/Indonesian), etc.
-
Array of required day-of-week numbers (1-7, 1=Monday, like DateTime, with coercions).
See also Sah::Schema::date::dow_num::id which is the schema for the elements.
See also related schemas that coerce from other locales, e.g. Sah::Schema::date::dow_nums (English), Sah::Schema::date::dow_num::en_or_id (English/Indonesian), etc.
-
Month number/name (abbreviated or full, in Indonesian).
Note that name is not coerced to number; use Sah::Schema::date::month_num::id for that.
See also related schemas for other locales, e.g. Sah::Schema::date::month::en (English), Sah::Schema::date::month::en_or_id (English/Indonesian), etc.
-
Month name (abbreviated or full, in Indonesian).
See also related schemas for other locales, e.g. Sah::Schema::date::month_name::en (English), Sah::Schema::date::month_name::en_or_id (English/Indonesian), etc.
-
Month number (1-12), coercible from English/Indonesian full/abbreviated name (Dec/Des/DECEMBER/DESEMber).
See also related schemas for other locales, e.g. Sah::Schema::date::month_num (English), Sah::Schema::date::month_num::id (Indonesian), etc.
-
Month number (1-12), coercible from Indonesian full/abbreviated month name (Des/DeSEMBER).
See also related schemas for other locales, e.g. Sah::Schema::date::month (English), Sah::Schema::date::month::en_or_id (English/Indonesian), etc.
-
Array of required month numbers, coercible from English/Indonesian full/abbreviated month names.
See also related schemas for other locales, e.g. Sah::Schema::date::month_nums (English), Sah::Schema::date::month_nums::id (Indonesian), etc.
-
Array of required month numbers, coercible from Indonesian full/abbreviated month names.
See also related schemas for other locales, e.g. Sah::Schema::date::month_nums (English), Sah::Schema::date::month_nums::en_or_id (English/Indonesian), etc.
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.
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.
SEE ALSO
Sah - schema specification
Data::Sah - Perl implementation of Sah
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021, 2020, 2019 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.