Skip to content

spencerldixon/next_week

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NextWeek

Adds a series of helpers for returning a date object next week, on a particular day.

Installation

Add this line to your application's Gemfile:

gem 'next_week'

And then execute:

$ bundle

Or install it yourself as:

$ gem install next_week

Usage

Use the following helpers to get Date objects:

next_monday
next_tuesday
next_wednesday
next_thursday
next_friday
next_saturday
next_sunday

Contributing

  1. Fork it ( https://github.com/[my-github-username]/next_week/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

A gem for getting time stamps for a particular day next week. e.g. next_monday, next_thursday

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages