RubyGems Navigation menu

time-helper 1.3

Adds a few methods to the Time class, more significant: strtotime which returns a Time object based on a string. also methods add and substract that allow you to do some easy date math (doesn't take leap months/years into account) also tomorrow and yesterday methods witch are like Time.now +- 1 day ********************************************** *How is this diferent than just "Time.parse"?* ********************************************** Time.parse does not work well with non-American formats, if like me, you're working with strings that have dates in a format like: DD/MM/YYYY Time.parse will not do. In fact, if you rewrite strtotime so it just calls parse a few of the tests included will fail. New in 1.3: Added support for time strings in the format you'd usualy pass to Time.parse Added utc_parse method for the lazy, it parses the date and converts it to utc New in 1.2 Tomorrow and Yesterday methods New in 1.1 I skiped this version.... because I suck at versioning

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 2.0.1 - November 11, 2012 (7 KB)
  2. 2.0.0 - November 04, 2012 (6.5 KB)
  3. 1.3.1 - August 20, 2012 (6.5 KB)
  4. 1.3 - May 31, 2012 (6 KB)
  5. 1.2 - May 21, 2012 (5.5 KB)
Show all versions (7 total)

Owners:

Authors:

  • Arthur Silva

SHA 256 checksum:

954709be1f8cbb63402ef94c823b288024cd5197738d263208b66d2a9ce30856

Total downloads 22,330

For this version 2,816

Licenses:

N/A

Required Ruby Version: None

Links: