You are not doing anything wrong. I am pretty sure that the mask is for flash grid only.
Dan On Nov 15, 2007 5:20 PM, Michael Grove <[EMAIL PROTECTED]> wrote: > > Help... > > I have tried and tried to get this date mask to work with no luck what so > ever. > The grid works with a couple of quirks but the dates always show as > 2007-05-01 00:00:00 > > What am I doing wrong here. Also can not get the page part to show-up. > > <cfform action="wiz_banners.cfm" method="post" name="test" preloader="no" > format="html"> > <cfgrid name="data" query="RPTbanners" bindonload="true" appendkey="yes" > gridlines="yes" rowheaderalign="center" colheaderalign="center" > selectmode="column" enabled="yes" format="html" pagesize="5" > preservepageonsort="false"> > <cfgridcolumn name="advertiser" header="Advertiser"> > <cfgridcolumn name="bannertype" header="Type"> > <cfgridcolumn name="clicks" header="Clicks"> > <cfgridcolumn name="views" header="Views"> > <cfgridcolumn name="startdate" header="Start Date" mask="mm/dd/yyyy"> > <cfgridcolumn name="enddate" header="End Date" mask="mm/dd/yyyy"> > </cfgrid> > </cfform> > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293444 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

