Catharsis
01-28-2005, 10:34 AM
Hiya..
Ive been playing around a lot with a calender. I want to eventually tie the calendert in with a MySQL database so that I can colour the various items occurriing different colours by doing something like this ....
SELECT DAYOFMONTH(due), urn FROM product_backlog WHERE MONTH(due)=".$today[mon]." and YEAR(due)=".$today[year];
Ive got the main calender working (going forwards and backwards but it feels a bit long for what I want it to do. Oh I havent really designed the page either ;)
Suggestions welcome, have a look at :
Calender: http://tribefish.blogdns.org/~cathar/scrum/calender.php
Source: http://tribefish.blogdns.org/~cathar/scrum/src/calender.phps
Template: http://tribefish.blogdns.org/~cathar/scrum/templates/calender.tpl
You'll notice that on some months theres a whole row missing, I'd like to avoid that if possible.
Ive been playing around a lot with a calender. I want to eventually tie the calendert in with a MySQL database so that I can colour the various items occurriing different colours by doing something like this ....
SELECT DAYOFMONTH(due), urn FROM product_backlog WHERE MONTH(due)=".$today[mon]." and YEAR(due)=".$today[year];
Ive got the main calender working (going forwards and backwards but it feels a bit long for what I want it to do. Oh I havent really designed the page either ;)
Suggestions welcome, have a look at :
Calender: http://tribefish.blogdns.org/~cathar/scrum/calender.php
Source: http://tribefish.blogdns.org/~cathar/scrum/src/calender.phps
Template: http://tribefish.blogdns.org/~cathar/scrum/templates/calender.tpl
You'll notice that on some months theres a whole row missing, I'd like to avoid that if possible.