Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mialeee30

    Javascript month year dropdown list

    Thank you very much!! This is exactly what I was attempting to do. I need to go through the code so I can understand it better. Thanks again!!!
  2. mialeee30

    Javascript month year dropdown list

    Right, but it doesn't solve my original question... :(
  3. mialeee30

    Javascript month year dropdown list

    var y = date.getYear(); <-- will give me the current year and I want to go back 2 or 3 years from the current year. When using the method date.getYear(), the value returned by getYear() is not always 4 numbers. 1997 becomes 97 and 2000 is represented by 100. Bad habit. I should be using...
  4. mialeee30

    Javascript month year dropdown list

    Here is what I have so far. You can see it is displaying all of the months of 2008 - which I don't want. I want it to be dynamic and display current month+year and back 3 years in a drop down list. Example: March 2008 Feb 2008 Jan 2008 Dec 2007 .. .. .. March 2005 function...
  5. mialeee30

    Javascript month year dropdown list

    I'm sort of lost on how to populate a drop down list of Month Year going back three years depending on what month and year it currently is. I.e. March 2008, Feb 2008 ...etc March 2005.

Part and Inventory Search

Back
Top