Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

calendar popup with cfinput datefield not showing month & year

New Here ,
Jul 31, 2009 Jul 31, 2009

Hi,

   I have a cfform as follows:

<cfform action="lab_Reservation.cfm?method=edit_process" id="ReservationForm" name="ReservationForm" method="post" class="editForm" enctype="multipart/form-data" onSubmit="return ValidateInput() ;">

<cfinput name="ReservationStart" id="ReservationStart" class="date"  type="datefield" value="#DateFormat(rStart,"mm/dd/yyyy")#"/><br />

Cold Fusion automatically puts a button next to the date field.  Clicking on the button brings up a pop-up form with a calendar.  The calendar does not show the month and year.  Is there a way to have the calendar show the month and the year on each page.

Thanks.

Saad

1.6K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 31, 2009 Jul 31, 2009
LATEST

Use cfcalendar

<cfcalendar name="ReservationStart" selecteddate="#rStart#" mask="mm/dd/yyyy">

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources