cfcalendar help

Associate
Joined
12 Mar 2005
Posts
2,021
Location
Scotland
(ColdFusion) cfcalendar help

Hey,

Iv just started with CF so please be gentle with me.

I like the look of cfcalendar for what im trying to do (a booking system where they can pic a day then a time..but back to the point)

Iv had a play about with it and not sure if it just my computer or it more common problems.

Problem 1:

If i goto the next month the day that corasponds to the same place as todays day wont show. - sounds confusing but heres a picture:

Todays Date 07/02/07 - missing date 07/03/07
missing%20number.JPG


How can i fix this?

Problem 2:

Maby save the need to solve problem one if i can get it working. There is a subcalendar that you can get if you have
Code:
<cfinput type="dateField" name="bDate" label="Booking Date" width="100"
      value="#Form.bookingdate#" mask ="dd/mm/yyyy" >
in your cfcalendar. This would be better for my site. I can hide the main calendar ok, but cant find out how to control this sub caledar (block off dates, and pass a date out of it)

Picture of subcalendar (as i have called it):
sub%20calaendar.JPG

sub%20on%20its%20own.JPG


Any sugestions?

Problem 3:

Works ok in FF but IE dont seem to like it. Is this the same for anyone else who been playing with this function?

Any help would be great,

Thanks
 
Last edited:
Back
Top Bottom