NAME Calendar::Dates::CFA - CFA exam calendar VERSION This document describes version 0.002 of Calendar::Dates::CFA (from Perl distribution Calendar-Dates-CFA), released on 2019-02-14. DESCRIPTION This module provides CFA exam calendar using the Calendar::Dates interface. DATES STATISTICS +---------------+-------+ | key | value | +---------------+-------+ | Earliest year | 2018 | | Latest year | 2019 | +---------------+-------+ DATES SAMPLES Entries for year 2018: +------------+-----+-------+-----------------------------------------------------+-------------+------+ | date | day | month | summary | tags | year | +------------+-----+-------+-----------------------------------------------------+-------------+------+ | 2018-10-15 | 15 | 10 | First deadline to request disability accommodations | jun2019exam | 2018 | | 2018-10-17 | 17 | 10 | Early registration fee deadline | jun2019exam | 2018 | +------------+-----+-------+-----------------------------------------------------+-------------+------+ Entries for year 2019: +------------+-----+-------+--------------------------------------------------------------------------+-------------+------+ | date | day | month | summary | tags | year | +------------+-----+-------+--------------------------------------------------------------------------+-------------+------+ | 2019-01-23 | 23 | 1 | Exam results announcement (Dec 2018, Levels I & II) | dec2018exam | 2019 | | 2019-02-13 | 13 | 2 | Standard registration fee deadline | jun2019exam | 2019 | | 2019-02-18 | 18 | 2 | Second deadline to request disability accommodations | jun2019exam | 2019 | | 2019-03-13 | 13 | 3 | Final (late) registration fee deadline | jun2019exam | 2019 | | 2019-03-18 | 18 | 3 | Final deadline to request disability accommodations | jun2019exam | 2019 | | 2019-06-11 | 11 | 6 | Deadline for submission of test center change requests | jun2019exam | 2019 | | 2019-06-15 | 15 | 6 | Exam day: Asia-Pacific (Levels II & III); Americas and EMEA (all levels) | jun2019exam | 2019 | | 2019-06-16 | 16 | 6 | Exam day: Asia-Pacific (Level I only) | jun2019exam | 2019 | | 2019-06-16 | 16 | 6 | Religious alternate exam date (Americas and EMEA, all levels) | jun2019exam | 2019 | | 2019-06-17 | 17 | 6 | Religious alternate exam date (Asia Pacific, all levels) | jun2019exam | 2019 | | 2019-01-24 | 24 | 1 | Exam registration open | dec2019exam | 2019 | | 2019-03-27 | 27 | 3 | Early registration fee deadline | dec2019exam | 2019 | | 2019-08-14 | 14 | 8 | Standard registration fee deadline | dec2019exam | 2019 | | 2019-09-11 | 11 | 9 | Final (late) registration fee deadline | dec2019exam | 2019 | | 2019-12-07 | 7 | 12 | Exam day | dec2019exam | 2019 | +------------+-----+-------+--------------------------------------------------------------------------+-------------+------+ HOMEPAGE Please visit the project's homepage at . SOURCE Source repository is at . BUGS Please report any bugs or feature requests on the bugtracker website 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 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 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.