README.md
# Kday

[](https://hex.pm/packages/kday)
[](https://hex.pm/packages/kday)
[](https://hex.pm/packages/kday)
## Introduction
`kday` provides functions to return the date of the first, last or nth day of the week on, nearest, before or after a given date.
## Kday Installation
Add `kday` to your `deps` in `mix.exs`.
```elixir
def deps do
[
{:kday, "~> 1.0"}
...
]
end
```
## Getting Started
See the functions and examples in the module `Kday`.