• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Appointment Calendar

 
Ranch Hand
Posts: 148
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,

I am trying to implement an online appointment calendar. Currently, users can submit their appointment times successfully to the database.

However, I need a page to be able to display the appointments. Does anyone know of web calendar templates out there that I can use to display the appointments?

I need one with the following:
1. "Previous" and "Future" month navigation
2. dynamically display the dates in any month/year.
3. calendar cells that will allow me to populate the appointment for each date.

THANKS...in Advance!!!
reply
    Bookmark Topic Watch Topic
  • New Topic