Skip to content

Instantly share code, notes, and snippets.

View lengocthuan's full-sized avatar
😎
catch up with my crush (LLAF)

lengocthuan lengocthuan

😎
catch up with my crush (LLAF)
  • Da Nang, Viet Nam
View GitHub Profile
@massiws
massiws / gist:9593008
Last active January 25, 2025 12:47
PHP Count the number of working days between two dates.
<?php
/**
* Count the number of working days between two dates.
*
* This function calculate the number of working days between two given dates,
* taking account of the Public festivities, Easter and Easter Morning days,
* the day of the Patron Saint (if any) and the working Saturday.
*
* @param string $date1 Start date ('YYYY-MM-DD' format)