Javascript calendar

I was wondering if there was an easy way to make a top-down list calendar for a website. I don't want to use google calendar. I would also like the calendar to show up as the next 5 events and hide the rest until it looks like it has happened. If there is a way to do it with jquery, I wouldn't mind doing it too.

+2


source to share


1 answer


Here's a good starting point:

http://www.javascriptkit.com/script/cutindex1a.shtml



Almost every layout for the calendar structure and then a limit on events, etc. can be implemented by you at the end. At the very least, this will give you a base to work with.

Hope it helps.

+2


source







All Articles