NAME

Date::Holidays::KR - Determine Korean public holidays

SYNOPSIS

use Date::Holidays::KR;
use DateTime;

my $dt = DateTime->now( time_zone => 'local' );
if (my $holiday_name = is_holiday($dt->year, $dt->month, $dt->day)) {
    print "오늘은 $holiday_name 입니다";
}

DESCRIPTION

Date::Holidays::KR determines public holidays for Korean.

FUNCTION

CAVEATS

AUTHOR

Jeen Lee <aiatejin {at} gmail.com>, Keedi Kim < keedi.kim {at} gmail.com>

SEE ALSO

Date::Korean, Date::Holidays::CN

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.