Class: PolyrexObjects::Day
- Inherits:
-
Object
- Object
- PolyrexObjects::Day
- Defined in:
- lib/polyrex_calendarbase.rb
Instance Method Summary collapse
Instance Method Details
#date ⇒ Object
157 158 159 |
# File 'lib/polyrex_calendarbase.rb', line 157 def date() Date.parse(self.sdate) end |
#day ⇒ Object
165 166 167 |
# File 'lib/polyrex_calendarbase.rb', line 165 def day() self.date.day end |
#wday ⇒ Object
161 162 163 |
# File 'lib/polyrex_calendarbase.rb', line 161 def wday() self.date.wday end |