I need to add one record for every month.
For example, the user will choose from drop down list like:
Nov 2016
Dec 2016
Jan 2017
Feb 2017
(sorted according to month)
How can I achieve this? and what's the best field type to store it?
I need to add one record for every month.
For example, the user will choose from drop down list like:
Nov 2016
Dec 2016
Jan 2017
Feb 2017
(sorted according to month)
How can I achieve this? and what's the best field type to store it?