I would like to make two drop downs. a start time, and an end time. Specifically, I only need months. I would like to, for example, choose January, and then March, and then have the database read that it is the these two months plus February.
Is there any out of the box migration that could work?
I'm guessing..
script/generate migration AddMonthsToClass beginDate:datetime #through endDate:datetime
I apologize ahead of time if my question sounds retarded! Sorry! :D