Need help with calendar

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • TristaSD

    #1

    Need help with calendar

    Hi,

    Here's a link to a simple php-based system I'm working on. Go ahead
    and play nice, nothing is validated :)



    Currently, a calendar date is highlighted if a reservation exists for
    that particular date. Additionally, the calendar needs to be
    "scrollable " from month to month.

    What's the best way of accomplishing something like that?

  • frej

    #2
    Re: Need help with calendar

    It would be easier to answer that question if you could post the code
    you use to generate the calendar.
    Pass the number/name of the next/prev month as a GET variable and then
    generate the calendar for that particular month(?).

    Nice job.

    Comment

    • Colin McKinnon

      #3
      Re: Need help with calendar

      TristaSD wrote:
      [color=blue]
      > Here's a link to a simple php-based system I'm working on. Go ahead
      > and play nice, nothing is validated :)
      >
      > http://www.basementflooded.com/reserv
      >
      > Currently, a calendar date is highlighted if a reservation exists for
      > that particular date. Additionally, the calendar needs to be
      > "scrollable " from month to month.
      >
      > What's the best way of accomplishing something like that?[/color]

      Not sure if it will handle highlighting of a list of days, but do take a
      look a jscalendar http://sourceforge.net/projects/jscalendar

      C.

      Comment

      Working...