Skip to content

Instantly share code, notes, and snippets.

@suzuki86
Created May 8, 2016 06:53
Show Gist options
  • Save suzuki86/bf19eac3cceccc8a4f2d25fd21ccb9f7 to your computer and use it in GitHub Desktop.
Save suzuki86/bf19eac3cceccc8a4f2d25fd21ccb9f7 to your computer and use it in GitHub Desktop.
2016年の日本の祝日
<?php
$holidays = array(
'2016-01-01' => '元日',
'2016-01-11' => '成人の日',
'2016-02-11' => '建国記念の日',
'2016-03-20' => '春分の日',
'2016-03-21' => '振替休日',
'2016-04-29' => '昭和の日',
'2016-05-03' => '憲法記念日',
'2016-05-04' => 'みどりの日',
'2016-05-05' => 'こどもの日',
'2016-07-18' => '海の日',
'2016-08-11' => '山の日',
'2016-09-19' => '敬老の日',
'2016-09-22' => '秋分の日',
'2016-10-10' => '体育の日',
'2016-11-03' => '文化の日',
'2016-11-23' => '勤労感謝の日',
'2016-12-23' => '天皇誕生日'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment