/t5/coldfusion-discussions/cfinput-datefield/td-p/108757Nov 05, 2008
Nov 05, 2008
Copy link to clipboard
Copied
I am using the cfinput tag to let users open the flash
calendar and select a date. Is there a way to make it any day from
today forward and not let them navigate back from the current
day?
/t5/coldfusion-discussions/cfinput-datefield/m-p/108758#M10607Feb 24, 2009
Feb 24, 2009
Copy link to clipboard
Copied
LATEST
Sure, use the cfcalendar tag for your calendar, not the
datefield for cfinput (use a text type for the cfinput instead).
Then you can use the startRange and endRange attributes.