README.md

# Kday
![Build Status](http://sweatbox.noexpectations.com.au:8080/buildStatus/icon?job=kday)
[![Hex.pm](https://img.shields.io/hexpm/v/kday.svg)](https://hex.pm/packages/kday)
[![Hex.pm](https://img.shields.io/hexpm/dw/kday.svg?)](https://hex.pm/packages/kday)
[![Hex.pm](https://img.shields.io/hexpm/l/kday.svg)](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`.