Thanks Paul. How is this incorporated into the dateformat function? I'm new to 
this.

-----Original Message-----
From: Paul Hastings [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 04, 2007 8:58 AM
To: CF-Talk
Subject: Re: date format display


Orlini, Robert wrote:
> I brought this up before, but I need a date (displayed for example as: 
> 20071104) to be formatted to display 

and if you did you'll have been told to parse your date string.

thisYear=left(get.enddate,4);
thisMonth=mid(get.enddate,5,2);
thisDay=right(get.enddate,2);



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:290169
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