While programming a form a few weeks ago, I tried searching for code that I could use to have someone select a date from one field instead of having to make the date three fields (month, day, year). To my surprise, all of my usual sources didn’t have this code available to just copy and paste. I tried a Google search, I tried a Bing search, but in the end, I had to create my own drop down field with 2014 and 2015 dates. I hope this helps out any other programmers who would like to have a date included in a drop down menu. If you need to update for 2016, just do a simple find and replace in notepad (ctrl +h on windows) and change all 2014 to 2015 and 2015 to 2016.

Sample drop down field with dates in 2014 and 2015