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 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293431
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to