<cfform format="html" width="400" height="300">
<center>
<cfcalendar
name="calDate"
selectedDate="#dateFormat(now(), 'yyyy-mm-dd')#"
dayNames="S,M,T,W,T,F,S"
monthNames="Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec"/>
<cfinput name="submit" value="Submit" type="submit" style="width:80;">
</center>
</cfform>
<cfif isDefined("form.submit")>
The date you selected was <cfoutput>#form.calDate#</cfoutput>.
</cfif>
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment