1.1.1 • Published 7 years ago

jesterday v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

jesterday

Build Statuscodecovdependenciesnpm

Contents

Utility functions for managing dates, e.g. adding, subtracting dates, accessing start/end of week, month, etc.

Documentation

Full documentation hosted on github pages.

Highlights

  • API focused on Functional Programming and immutability
  • Small size
  • Month indexing starts from 1 (seriously it's a big deal!)

User Guide

Install as dependency: npm i jesterday --save

Import functions and have fun :)

import { add, endOf, now } from 'jesterday'

const currentDate = now()
const endOfNextMonth = endOf('month', add(1, 'month', currentDate))
1.1.1

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago