easy calendar?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
eektech909
Forum Commoner
Posts: 34
Joined: Fri Jun 09, 2006 3:59 pm

easy calendar?

Post by eektech909 »

Does anyone have a tut or can anyone help me out with making a calendar.
I need it to display like this

< AUGUST >
S M T W T F S
1 2 3 4 5
6 7 8 9 10.... ETC

when you click the left or right arrow it would change the month

and when you click the desired date, it would display that date under the calendar

its for a band website to add their shows through the admin section .

thanks
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

why make one... there are like 1000 free ones out there...
eektech909
Forum Commoner
Posts: 34
Joined: Fri Jun 09, 2006 3:59 pm

Post by eektech909 »

all the one's i find either require the date to be entered first by the user, or have events included and i'm trying to avoid both.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

eektech909 wrote:all the one's i find either require the date to be entered first by the user, or have events included and i'm trying to avoid both.
If so, simulate the entered date by using today's date.

There really are a ton of these available. Search around, you'll find what you are looking for.
Post Reply