Method: CDK::CALENDAR#getDate
- Defined in:
- lib/cdk/calendar.rb
#getDate(day, month, year) ⇒ Object
This returns the current date on the calendar.
404 405 406 407 408 |
# File 'lib/cdk/calendar.rb', line 404 def getDate(day, month, year) day << @day month << @month year << @year end |