文件名称:date_plus:日期对象的其他方法
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-12 18:03:51
Ruby
日期加号
日期对象的其他方法。
安装
将此行添加到您的应用程序的Gemfile中:
gem 'date_plus'
然后执行:
$ bundle
或将其自己安装为:
$ gem install date_plus
用法
Date_plus将方法直接添加到Date对象的实例:
date_object = Date . new ( 2014 , 7 , 24 )
# => #
【文件预览】:
date_plus-master
----Rakefile(28B)
----date_plus.gemspec(940B)
----Gemfile(94B)
----.gitignore(154B)
----lib()
--------date_plus.rb(4KB)
--------date_plus()
----README.md(2KB)
----LICENSE.txt(1KB)