Hello,
I am trying to have a calendar in my site which should have below functionality:
Select a year from 2013 to 2023 from a given calendar.
Once a year is selected (ex-2013), 12 links displayed as Jan, Feb, Mar, Apr.... Dec.
Once a month is clicked (ex-Jan), Jan page is displayed in the web site.
How can i do it in Javascript or I should other language? I am new to JS if you could provide me some tips as for how to do it, it would be great.
Many Thanks.
-P