views:

577

answers:

1

Hi guys,

Im working on a simple calendar application and i want to have the above events display on the calendar [bank holidays and that].

The calendar is just a standard month view, with a link to view each day for each day in the month, and links to view next/ previous month and year etc...

i will probably have the mktime for each event stored, and if today == mktime then display it on the calendar [or something similar], but where can i get these dates from?

Any suggestions ??

+1  A: 

http://pear.php.net/package/Date_Holidays has support for calculating holiday dates for a number of countries, inc UK, US, DE and others. see the example

Alister Bulman