https://github.com/sixarm/sixarm_ruby_date_stamp
SixArm.com » Ruby » Date.stamp method for ISO RFC date stamp
https://github.com/sixarm/sixarm_ruby_date_stamp
date gem ruby stamp
Last synced: over 1 year ago
JSON representation
SixArm.com » Ruby » Date.stamp method for ISO RFC date stamp
- Host: GitHub
- URL: https://github.com/sixarm/sixarm_ruby_date_stamp
- Owner: SixArm
- License: other
- Created: 2011-11-30T06:51:43.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T19:27:57.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T00:25:46.150Z (over 1 year ago)
- Topics: date, gem, ruby, stamp
- Language: Ruby
- Homepage: http://sixarm.com
- Size: 295 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# SixArm.com → Ruby →
Date.stamp method for ISO RFC date stamp
[](http://badge.fury.io/rb/sixarm_ruby_date_stamp)
[](https://travis-ci.org/SixArm/sixarm_ruby_date_stamp)
[](https://codeclimate.com/github/SixArm/sixarm_ruby_date_stamp/maintainability)
* Git:
* Doc:
* Gem:
* Contact: Joel Parker Henderson,
* Project: [changes](CHANGES.md), [license](LICENSE.md), [contributing](CONTRIBUTING.md).
## Introduction
Provides datestamp methods Date.stamp and Date#stamp
For docs go to
Want to help? We're happy to get pull requests.
## Install
### Gem
To install this gem in your shell or terminal:
gem install sixarm_ruby_date_stamp
### Gemfile
To add this gem to your Gemfile:
gem 'sixarm_ruby_date_stamp'
### Require
To require the gem in your code:
require 'sixarm_ruby_date_stamp'
## Examples
puts Date.stamp #=> "2010-12-31"
puts Date.today.stamp #=> "2010-12-31"