SkillAgentSearch skills...

HolidayDateTime

A php class to check Japanese holiday and weekend. 土日祝日を判定するphpクラス。

Install / Use

/learn @liaoziyang/HolidayDateTime
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

HolidayDateTime

A php class to check Japanese holiday and weekend. 土日祝日を判定するphpクラス。

Usage

$date = new HolidayDateTime("2017-05-28");
$date->holiday();//"日"

It will return false if the date is not a holiday or weekend and return the name of holiday or weekend if it is.

Referenced

祝日を自動判定するDateTime拡張クラス

DateTime クラスのまとめメモ

Related Skills

View on GitHub
GitHub Stars153
CategoryDevelopment
Updated2y ago
Forks77

Languages

PHP

Security Score

85/100

Audited on Mar 15, 2024

No findings