Well the database column is type date, and so I believe Rails turns that into a Date object automatically.
I see a list of constants, like MONTHNAMES, at the link above... how do I access those? The Agile book shows a way to format dates using arrays like that, but I'd rather not re-create the arrays in my own code if they're already in the Date class.
Bookmarks