Coolio.. Make sure I got the MID function right, I tossed it together
real quick and it might be 5, not 4.

=]

On 8/8/07, Scott Stewart <[EMAIL PROTECTED]> wrote:
> Alan,
>
> This worked...
>
> Thanks
>
> sas
>
> --
> Scott Stewart
> ColdFusion Developer
>
> SSTWebworks
> 4405 Oakshyre Way
> Raleigh, NC. 27616
> (703) 220-2835
>
> http://www.sstwebworks.com
> http://www.linkedin.com/in/sstwebworks
>
> -----Original Message-----
> From: Alan Rother [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 08, 2007 12:11 PM
> To: CF-Talk
> Subject: Re: any idea how to
>
> LEFT MID AND RIGHT
>
> <cfset variables.myDateString = "20060523">
>
> <cfset variables.myDateObject =
> CreateDate(LEFT(variables.myDateString, 4),  (variables.myDateString,
> 4, 2),  RIGHT(variables.myDateString, 2))>
>
> =]
>
> On 8/8/07, Scott Stewart <[EMAIL PROTECTED]> wrote:
> > Convert 20060523
> >
> >
> >
> > Into 5/23/2006
> >
> >
> >
> > I'm at a loss.
> >
> >
> >
> > Thanks in advance
> >
> >
> >
> > sas
> >
> >
> >
> > --
> >
> > Scott Stewart
> >
> > ColdFusion Developer
> >
> >
> >
> > SSTWebworks
> >
> > 4405 Oakshyre Way
> >
> > Raleigh, NC. 27616
> >
> > (703) 220-2835
> >
> >
> >
> > http://www.sstwebworks.com
> >
> >  <http://www.linkedin.com/in/sstwebworks>
> > http://www.linkedin.com/in/sstwebworks
> >
> >
> >
> >
> >
> >
> >
> >
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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

Reply via email to