class RecordX
The MonthlyPlanner
gem can:
* create a new monthly-planner.txt file * read an existing monthly-planner.txt file * archive and synchronise entries from the monthly-planner with the archive * purge historical dates
Public Instance Methods
date()
click to toggle source
# File lib/monthly_planner.rb, line 22 def date Chronic.parse(@date).to_date end