Have you tried ftShowTime="false"? Blair
On Wed, Mar 2, 2011 at 4:38 PM, West <[email protected]> wrote: > Hi, > > I'm building up my form and I'm trying to create a field called > Expiration Date essentially. I'm running into a few problems though. > > > 1. I can't seem to remove the time portion of the field AND keep the > calendar icon as well. > > 2. The value I have for the ftDateFormatMask seems to get ignored, my > dates always show in this format: 17 Mar 2011 > > Here is my code: > > <!--- Expiration Date ---> > <cfproperty > ftseq="5" > name="expiration_date" > ftlabel="Expiration Date" > type="date" > ftType="datetime" > ftDateFormatMask="mm dd yy" > ftToggleOffDateTime="false" > ftfieldset="General Information" > ftwizardStep="General Details" > hint="Expiration Date" > ftHint="Please enter date in this format: 10/15/2011" > required="no" > default="" > ftvalidation="date" > /> > > Any thoughts appreciated as always. > > Thanks! > > -- > You received this message cos you are subscribed to "farcry-dev" Google > group. > To post, email: [email protected] > To unsubscribe, email: [email protected] > For more options: http://groups.google.com/group/farcry-dev > -------------------------------- > Follow us on Twitter: http://twitter.com/farcry -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
