Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Attribute

Description

Default Value

ftStyle

Inline style attributes.

width:160px;

ftDateFormatMask

Standard ColdFusion date mask options.

dd mmm yyyy

ftTimeFormatMask

Standard ColdFusion time mask options.

hh:mm tt

ftCalendarFormatMask

Formatting mask for JS control.

%d %b %Y %I:%M %p

ftToggleOffDateTime

Boolean toggle for disabling datetime field.

false

ftCalendarShowTime

Boolean toggle for removing time selector field

true

Warning
titleftToggleOffDateTime y2.2k bug

The off/on toggle actually submits a date 200years into the future. We're doing this currently as we've been having trouble working out the difference between an empty date and a date that has been toggled on/off. Any ideas? Call us on 555-y22k

...