R
Robo
From the stdlib docs, I see the Date class has constants like
MONTHNAMES, DAYNAMES, etc. How do I print them out?
I tried puts Date.ABBR_DAYNAMES, or d = Date.today; d.ABBR_DAYNAMES, and
I get undefined method error.
Robo
MONTHNAMES, DAYNAMES, etc. How do I print them out?
I tried puts Date.ABBR_DAYNAMES, or d = Date.today; d.ABBR_DAYNAMES, and
I get undefined method error.
Robo