On Tue, Apr 1, 2008 at 12:35 PM, Suresh <[EMAIL PROTECTED]> wrote:
>  I am trying to replace
>  "April 01 2008"  with "April 1 2008" or
>  "April 02 2008" with "April 2 2008", ......
>
>  This is a start
>  <cfset Date = "#Replace("#Date#","^[A-Za-z]+","April
>  ")#">

<cfset myDate = "April 01 2008" />
<cfoutput>#dateFormat(myDate, 'mmmm d yyyy')#</cfoutput>

works for me on CF8

-- 
Evelyn the dog, having undergone further modification pondered the
significance of short-person behaviour in pedal depressed,
pan-chromatic resonance, and other highly ambient domains. "Arf," she
said.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302454
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