PHP datepicker control and event calendar needed

10,602

Solution 1

I use DHTML Calendar. It works everywhere and is easily skinnable and also comes with some very nice skins (other than the ugly demo on their site).

Regarding the full calendar, have you thought about integrating with Google Calendar? They have already done all of this and of course it's completely browser compatible.

Solution 2

You can use the JQuery's datepicker:

homepage: http://www.kelvinluck.com/assets/jquery/datePicker/

demos: http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/

As for a comprehensive calendar organizer unfortunately I don't know.

Solution 3

FullCalendar provides a pretty flexible month-view, but not a week view. Might be able to extend it though.

Share:
10,602
Sajee
Author by

Sajee

Updated on June 04, 2022

Comments

  • Sajee
    Sajee almost 2 years

    I'm looking for suggestions for a PHP:

    1. calendar control/widget that I can embed on a web page to enable users to select dates. A datepicker.
    2. calendar software that will provide weekly calendar view, similar to what Microsoft Outlook provides. It should display days of the week in columns and rows representing timeslots. Each cell would display events that occur on a day/timeslot alt text
      (source: microsoft.com)

    I'm not looking for one piece of software that does both. It doesn't have to be fancy or full featured. I need something basic for a little project. It would be great if the software DIDN'T rely on a database or if it does, it can support Oracle.

    Thanks.