Is there a way to represent dates like 12/25 without year information? I'm thinking of just using an array of [month, year]
unless there is a better way.
↧
Yearless Ruby dates?
↧
Is there a way to represent dates like 12/25 without year information? I'm thinking of just using an array of [month, year]
unless there is a better way.