RE: Bug I think

2001-12-17 Thread Garza, Jeff
PROTECTED] http://www.spectrumastro.com -Original Message- From: David Brown [mailto:[EMAIL PROTECTED]] Sent: Monday, December 17, 2001 9:46 AM To: CF-Talk Subject: Re: Bug I think I would like to get the first date of month(date). I want the first date of month to do a dateadd in my recurri

Re: Bug I think

2001-12-17 Thread Jim McAtee
Jim - Original Message - From: "David Brown" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December 17, 2001 9:46 AM Subject: Re: Bug I think > I would like to get the first date of month(date). > > I want the

Re: Bug I think

2001-12-17 Thread David Brown
I would like to get the first date of month(date). I want the first date of month to do a dateadd in my recurring calendar app. - Original Message - From: "Garza, Jeff" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December 17, 2001 1

RE: Bug I think

2001-12-17 Thread Christopher Olive
it's because you're passing an integer (335) to the dateformat function. it doesn't recognize that as a valid date, so gives the "default date". christopher olive, cto, vp of web development cresco technologies, inc 410.825.0383 http://www.crescotech.com -Original Message- From: David B

RE: Bug I think

2001-12-17 Thread Garza, Jeff
This is how that function is supposed to operate. Firstdayofmonth() will return a julian date (day of the year). Dayofweek() requires a full date (mm-dd-). Think of it this way, how would dayofweek() know what year it is from a julian date? What are you trying to accomplish from this? Jef

RE: Bug I think

2001-12-17 Thread Steve Martin
True, but it isn't anything that you would normally do so there isn't really anything to worry about there. > -Original Message- > From: David Brown [mailto:[EMAIL PROTECTED]] > Sent: 17 December 2001 16:12 > To: CF-Talk > Subject: Bug I think > > > Server Product ColdFusion Serve