https://github.com/robertbasic/weeksinayear
Calculates the number of ISO weeks in a given year
https://github.com/robertbasic/weeksinayear
Last synced: 5 months ago
JSON representation
Calculates the number of ISO weeks in a given year
- Host: GitHub
- URL: https://github.com/robertbasic/weeksinayear
- Owner: robertbasic
- License: mit
- Created: 2018-03-17T17:58:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-17T18:13:56.000Z (almost 8 years ago)
- Last Synced: 2025-02-18T10:12:59.968Z (12 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weeks in a year
This small library calculates how many ISO weeks are there in a given year.
## Install
```
composer require robertbasic/weeksinayear
```
## Usage
``` php