An open API service indexing awesome lists of open source software.

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

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