views:

82

answers:

4

How can i create a calendar in PHP? Today should be in bold. How could it be coded?

+1  A: 

PHP: date should give you everything you need.

Then, format everything in a table.

Skilldrick
ok that was realy a big help, dude
streetparade
Sorry, but you're going to have to be more specific in your needs if you want specific help. Otherwise it's just another `plzsendtehcodez` question.
Skilldrick
+1  A: 

Firstly, start by capturing your requirements (should it handle month browsing, should it show a week at a time, etc.) - this should let you derive a functional spec of sorts, which should guide you when actually writing the component/page/application

Rowland Shaw
no i dont want the shikimiki things it should just print the actual month and today should be in bold
streetparade
+1  A: 

You can try dhtml Calendar, or maybe Yahoo UI's Calendar.

Arno
thanks the yahoo ui calendar looks cool
streetparade
thanks for the help, the yahoo ui calendar looks very funny
streetparade
Sure it is !! If you want to build really cool UI without too much overhead, Yahoo UI is your friend ! ;)
Arno
A: 

If you mean: "how to show a date picker on your web page from PHP", the answer is to use some default JavaScript library for it. E.g. Dojo or jQuery.

Matijs