RE: any idea how to

2007-08-08 Thread Jaime Metcher
LOL. I miss those perl days, when hackers were real hackers and the top line of the keyboard was nervous. > -Original Message- > From: Zaphod Beeblebrox [mailto:[EMAIL PROTECTED] > Sent: Thursday, 9 August 2007 12:57 PM > To: CF-Talk > Subject: Re: any idea how to > &

Re: any idea how to

2007-08-08 Thread Zaphod Beeblebrox
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 > >

Re: any idea how to

2007-08-08 Thread Claude Schneegans
>>Convert 20060523 Into 5/23/2006 See ConvertDate(): http://www.contentbox.com/claude/customtags/convertDate/viewConvertDate.cfm It would be: -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any s

Re: any idea how to

2007-08-08 Thread Alan Rother
per > > 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 1

RE: any idea how to

2007-08-08 Thread Scott Stewart
: Wednesday, August 08, 2007 12:11 PM To: CF-Talk Subject: Re: any idea how to LEFT MID AND RIGHT =] On 8/8/07, Scott Stewart <[EMAIL PROTECTED]> wrote: > Convert 20060523 > > > > Into 5/23/2006 > > > > I'm at a loss. > > > > Thanks in advance >

Re: any idea how to

2007-08-08 Thread Ian Skinner
Scott Stewart wrote: > Convert 20060523 > > > > Into 5/23/2006 > > > > I'm at a loss. > > > > Thanks in advance > > > > sas > > > > createDate(left('20060523'),mid('20060523',5,2),right('20060523')) is how I have done this in the past, you will probably want to use a variable here an

RE: any idea how to

2007-08-08 Thread Porter, Benjamin L.
Using SQL CONVERT(VARCHAR,CONVERT(DATETIME,'20060523'),101) Using CF Mid('20060523',5,2) & '/' & Right('20060523',2) & '/' & Left('20060523',4) -Original Message- From: Loathe [mailto:[EMAIL PROTECTED] Sent:

Re: any idea how to

2007-08-08 Thread Jerry Johnson
There is probably a trick i don't know, but something like... dTemp=createODBCDate(mid(date,3,2)&right(date,2)&left(date,4)) sDate=dateFormat(dTemp,"m/d/") On 8/8/07, Scott Stewart <[EMAIL PROTECTED]> wrote: > Convert 20060523 > Into 5/23/2006 > I'm at a loss. ~~~

Re: any idea how to

2007-08-08 Thread Crow T. Robot
crude, but it works consistently: #CreateDate(year,month,day)# 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

Re: any idea how to

2007-08-08 Thread Alan Rother
LEFT MID AND RIGHT =] 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. 276

RE: any idea how to

2007-08-08 Thread Loathe
Date format? Left, mid, right? -Original Message- From: Scott Stewart [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 08, 2007 12:05 PM To: CF-Talk Subject: any idea how to Convert 20060523 Into 5/23/2006 I'm at a loss. Thanks in advance sas -- Scott St

any idea how to

2007-08-08 Thread Scott Stewart
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/

Re: Any idea how to introduce CF in my area?

2007-07-18 Thread Christopher Jordan
That's what I'd do (or find out if there is already a CFUG chapter in your area). Also, this is sort of the coal of RIAForge.org, GotCFM.com, and sites like that. I guess another way to introduce it would be to (if you're a contractor) suggest to all of your clients that they make the switch. You c

Re: Any idea how to introduce CF in my area?

2007-07-18 Thread Christopher Jordan
Bah! stupid fingers! "coal" = "goal"... sheesh! ;o) Chris On 7/18/07, Christopher Jordan <[EMAIL PROTECTED]> wrote: > > That's what I'd do (or find out if there is already a CFUG chapter in your > area). Also, this is sort of the coal of RIAForge.org, GotCFM.com, and > sites like that. I guess an

Re: Any idea how to introduce CF in my area?

2007-07-18 Thread Raymond Camden
Specifically in regards to OS, show them RIAForge.org. It isn't as large as the PHP OS world, but it is growing. On 7/18/07, Ali Majdzadeh <[EMAIL PROTECTED]> wrote: > Hey people: > CF is not popular in my area and the main reason is .Net adds and PHP open > source reputation. Do u have any idea

RE: Any idea how to introduce CF in my area?

2007-07-18 Thread Dawson, Michael
Install the 30-day trial and start building something. You can re-build an existing application, or build a new one. M!ke -Original Message- From: Ali Majdzadeh [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 2:37 PM To: CF-Talk Subject: Any idea how to introduce CF in my

Re: Any idea how to introduce CF in my area?

2007-07-18 Thread Cameron Childress
You could always start a local CFUG chapter: http://www.adobe.com/cfusion/usergroups/ -Cameron Ali Majdzadeh wrote: > Hey people: > CF is not popular in my area and the main reason is .Net adds and PHP open > source reputation. Do u have any idea how I can iontroduce it to people? I am > planin

Any idea how to introduce CF in my area?

2007-07-18 Thread Ali Majdzadeh
Hey people: CF is not popular in my area and the main reason is .Net adds and PHP open source reputation. Do u have any idea how I can iontroduce it to people? I am planing to make a website (my personal blog) to introduce it more but I need new ideas. Thanks Benign