I'm developing web-application, in this I want to add all months values on the client side browser in registration form.
I'm doing it manually by adding all months' values one-by-one. I want to know is it possible to add all months with by putting one for loop in my code or not.
Suggest me if it's possible.
Thanks