This seemed to work:

 ftCFDateFormatMask="mm/dd/yy"
 ftJQDateFormatMask="mm/dd/yy"

This doesn't seem to be documented though, but it works.  Now when I
choose a date via the jQuery calendar, it shows up correctly.

On Mar 1, 9:56 pm, Blair McKenzie <[email protected]> wrote:
> You may have to look into the formtool to figure that one out. It may have
> gone astray, or meant just for display and not editing.
>
> On Wed, Mar 2, 2011 at 4:53 PM, West <[email protected]> wrote:
> > Yes, that worked actually, now the time part is removed, thanks!
>
> > The date however, still shows as "17 Mar 2011" for example, rather
> > than using what I've defined which was: ftDateFormatMask="mm dd yy"
>
> > On Mar 1, 9:45 pm, Blair McKenzie <[email protected]> wrote:
> > > 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

-- 
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

Reply via email to