NAME

Calendar::Dates::Academic::ID::UT::PPs - Academic calendar of Universitas Terbuka (postgraduate programs, program pascasarjana)

VERSION

This document describes version 0.001 of Calendar::Dates::Academic::ID::UT::PPs (from Perl distribution Calendar-Dates-Academic-ID-UT-PPs), released on 2019-02-14.

SYNOPSIS

Using from Perl

use Calendar::Dates::Academic::ID::UT::PPs;
my $min_year = Calendar::Dates::Academic::ID::UT::PPs->get_min_year; # => 2019
my $max_year = Calendar::Dates::Academic::ID::UT::PPs->get_max_year; # => 2019
my $entries  = Calendar::Dates::Academic::ID::UT::PPs->get_entries(2019);

$entries result:

[
  {
    date    => "2019-03-04",
    day     => 4,
    month   => 3,
    summary => "Pendaftaran/Admisi Mahasiswa Baru Periode I (begin)",
    tags    => ["begin:admission1", "smt2019/20.1"],
    year    => 2019,
  },
  {
    date    => "2019-03-27",
    day     => 27,
    month   => 3,
    summary => "Pendaftaran/Admisi Mahasiswa Baru Periode I (end)",
    tags    => ["end:admission1", "smt2019/20.1"],
    year    => 2019,
  },
  {
    date    => "2019-03-04",
    day     => 4,
    month   => 3,
    summary => "Pembayaran Admisi Periode I (begin)",
    tags    => ["begin:payment1", "smt2019/20.1"],
    year    => 2019,
  },
  {
    date    => "2019-04-03",
    day     => 3,
    month   => 4,
    summary => "Pembayaran Admisi Periode I (end)",
    tags    => ["end:payment1", "smt2019/20.1"],
    year    => 2019,
  },
  {
    date    => "2019-04-08",
    day     => 8,
    month   => 4,
    summary => "Pendaftaran/Admisi Mahasiswa Baru Periode II (begin)",
    tags    => ["begin:admission2", "smt2019/20.1"],
    year    => 2019,
  },
  {
    date    => "2019-05-15",
    day     => 15,
    month   => 5,
    summary => "Pendaftaran/Admisi Mahasiswa Baru Periode II (end)",
    tags    => ["end:admission2", "smt2019/20.1"],
    year    => 2019,
  },
  {
    date    => "2019-04-08",
    day     => 8,
    month   => 4,
    summary => "Pembayaran Admisi Periode II (begin)",
    tags    => ["begin:payment2", "smt2019/20.1"],
    year    => 2019,
  },
  {
    date    => "2019-05-22",
    day     => 22,
    month   => 5,
    summary => "Pembayaran Admisi Periode II (end)",
    tags    => ["end:payment2", "smt2019/20.1"],
    year    => 2019,
  },
  {
    date    => "2019-04-27",
    day     => 27,
    month   => 4,
    summary => "Tes Masuk Periode I",
    tags    => ["smt2019/20.1"],
    year    => 2019,
  },
  {
    date    => "2019-05-13",
    day     => 13,
    month   => 5,
    summary => "Pengumuman Hasil Tes Masuk Periode I",
    tags    => ["smt2019/20.1"],
    year    => 2019,
  },
  {
    date    => "2019-06-29",
    day     => 29,
    month   => 6,
    summary => "Tes Masuk Periode II",
    tags    => ["smt2019/20.1"],
    year    => 2019,
  },
  {
    date    => "2019-07-08",
    day     => 8,
    month   => 7,
    summary => "Pengumuman Hasil Tes Masuk Periode II",
    tags    => ["smt2019/20.1"],
    year    => 2019,
  },
]

Using from CLI (requires list-calendar-dates and calx)

% list-calendar-dates -l -m Academic::ID::UT::PPs
% calx -c Academic::ID::UT::PPs

DESCRIPTION

This module provides academic calendar of Indonesia's open university Universitas Terbuka (postgraduate programs, program pascasarjana).

DATES STATISTICS

+---------------+-------+
| key           | value |
+---------------+-------+
| Earliest year | 2019  |
| Latest year   | 2019  |
+---------------+-------+

DATES SAMPLES

Entries for year 2019:

+------------+------------------------------------------------------+--------------------------------+
| date       | summary                                              | tags                           |
+------------+------------------------------------------------------+--------------------------------+
| 2019-03-04 | Pendaftaran/Admisi Mahasiswa Baru Periode I (begin)  | begin:admission1, smt2019/20.1 |
| 2019-03-27 | Pendaftaran/Admisi Mahasiswa Baru Periode I (end)    | end:admission1, smt2019/20.1   |
| 2019-03-04 | Pembayaran Admisi Periode I (begin)                  | begin:payment1, smt2019/20.1   |
| 2019-04-03 | Pembayaran Admisi Periode I (end)                    | end:payment1, smt2019/20.1     |
| 2019-04-08 | Pendaftaran/Admisi Mahasiswa Baru Periode II (begin) | begin:admission2, smt2019/20.1 |
| 2019-05-15 | Pendaftaran/Admisi Mahasiswa Baru Periode II (end)   | end:admission2, smt2019/20.1   |
| 2019-04-08 | Pembayaran Admisi Periode II (begin)                 | begin:payment2, smt2019/20.1   |
| 2019-05-22 | Pembayaran Admisi Periode II (end)                   | end:payment2, smt2019/20.1     |
| 2019-04-27 | Tes Masuk Periode I                                  | smt2019/20.1                   |
| 2019-05-13 | Pengumuman Hasil Tes Masuk Periode I                 | smt2019/20.1                   |
| 2019-06-29 | Tes Masuk Periode II                                 | smt2019/20.1                   |
| 2019-07-08 | Pengumuman Hasil Tes Masuk Periode II                | smt2019/20.1                   |
+------------+------------------------------------------------------+--------------------------------+

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/Calendar-Dates-Academic-ID-UT-PPs.

SOURCE

Source repository is at https://github.com/perlancar/perl-Calendar-Dates-Academic-ID-UT-PPs.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Calendar-Dates-Academic-ID-UT-PPs

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

https://www.ut.ac.id/

https://www.ut.ac.id/kalender-akademik/pps

Calendar::Dates

App::CalendarDatesUtils contains CLIs to list dates from this module, etc.

calx from App::calx can display calendar and highlight dates from Calendar::Dates::* modules

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 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.