thread_php,

I was working on this today, I have links at work where you can customize a table.. but just do a google search for "event calendar";

I found this one here that needs a LOT of updating. the code needs a little updating, but for the most part its there.

    hi big.nerd
    how can we add events in this code.

    I have seen one application netoffice in sourceforge.net will it be an event calendar application

      In the link I provided you, look at the section here:

      dA[x++] = "00000101 New Year";
      

      in that script, 0000 (no year) means it happens every year.

      its YYYYMMDD.

      i.e.

      dA[x++] = "20070515 big.nerd apreciation day";
      

      This would make the 15th of May, 2007 the big.nerd apreciation day!

      (new holiday, perhaps?)

      Good Luck

        Write a Reply...