All Projects → liaoziyang → Holidaydatetime

liaoziyang / Holidaydatetime

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

Labels

Projects that are alternatives of or similar to Holidaydatetime

Pg Calendar
📆 beautiful and eidetic date picker
Stars: ✭ 109 (-28.76%)
Mutual labels:  datetime
Libfaketime
libfaketime modifies the system time for a single application
Stars: ✭ 1,932 (+1162.75%)
Mutual labels:  datetime
React Date Range
A React component for choosing dates and date ranges.
Stars: ✭ 2,052 (+1241.18%)
Mutual labels:  datetime
Calendar
📅 PHP Date & Time library that solves common problems in object oriented, immutable way.
Stars: ✭ 113 (-26.14%)
Mutual labels:  datetime
Pyjson tricks
Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.
Stars: ✭ 131 (-14.38%)
Mutual labels:  datetime
Anytime
Anything to POSIXct or Date Converter
Stars: ✭ 137 (-10.46%)
Mutual labels:  datetime
Time Stamp
Get a formatted timestamp. Used in gulp, assemble, generate, and many others.
Stars: ✭ 104 (-32.03%)
Mutual labels:  datetime
Date Picker
📅 Custom responsive date picker widget for Android, written in Kotlin.
Stars: ✭ 146 (-4.58%)
Mutual labels:  datetime
Persiandate4mysql
pDate is a Gregorian / Jalali(Shamsi) date convertor functions for MySQL 5.1+
Stars: ✭ 131 (-14.38%)
Mutual labels:  datetime
Delorean
Delorean: Time Travel Made Easy
Stars: ✭ 1,793 (+1071.9%)
Mutual labels:  datetime
Human time
Ruby time and date comparisons for humans
Stars: ✭ 113 (-26.14%)
Mutual labels:  datetime
Dateutil
Useful extensions to the standard Python datetime features
Stars: ✭ 1,706 (+1015.03%)
Mutual labels:  datetime
Tail.datetime
A lightweight, translat- and configurable Open Source DateTime Picker, written in pure vanilla JavaScript!
Stars: ✭ 139 (-9.15%)
Mutual labels:  datetime
Bokkypoobahsdatetimelibrary
Gas-Efficient Solidity DateTime Library
Stars: ✭ 111 (-27.45%)
Mutual labels:  datetime
Exceptionless.datetimeextensions
DateTimeRange, Business Day and various DateTime, DateTimeOffset, TimeSpan extension methods
Stars: ✭ 142 (-7.19%)
Mutual labels:  datetime
Timex
A complete date/time library for Elixir projects.
Stars: ✭ 1,538 (+905.23%)
Mutual labels:  datetime
Luxon
⏱ A library for working with dates and times in JS
Stars: ✭ 11,926 (+7694.77%)
Mutual labels:  datetime
Gostradamus
Gostradamus: Better DateTimes for Go 🕰️
Stars: ✭ 148 (-3.27%)
Mutual labels:  datetime
Masuit.tools
ldqk.xyz/55
Stars: ✭ 2,539 (+1559.48%)
Mutual labels:  datetime
Pytime
PyTime is an easy-use Python module which aims to operate date/time/datetime by string.
Stars: ✭ 140 (-8.5%)
Mutual labels:  datetime

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 クラスのまとめメモ

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].