[cfaussie] Re: Get Working Week

2007-06-06 Thread Andrew Scott
Which part are you not getting to work? This is a very common JS Calendar problem that has been solved that many times... A bit more info on why you think it is not working would be good. Or even code example maybe. Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd.

[cfaussie] Re: Get Working Week

2007-06-06 Thread Dale Fraser
@googlegroups.com Subject: [cfaussie] Re: Get Working Week Which part are you not getting to work? This is a very common JS Calendar problem that has been solved that many times... A bit more info on why you think it is not working would be good. Or even code example maybe. Andrew Scott Senior

[cfaussie] Re: Get Working Week

2007-06-06 Thread Dale Fraser
: Wednesday, 6 June 2007 4:33 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Get Working Week Problem is my Week ends on Friday. Not Satuarday. Regards Dale Fraser http://dalefraser.blogspot.com From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf

[cfaussie] Re: Get Working Week

2007-06-06 Thread Darren Tracey
In the real world, the standard is that a week starts on either Sunday(traditional), or Monday(start of working week). I have never before heard of anyone considering that the week starts on a Saturday. Regards Darren Tracey On Jun 6, 4:41 pm, Dale Fraser [EMAIL PROTECTED] wrote: Not sure

[cfaussie] Re: Get Working Week

2007-06-06 Thread Andrew Scott
: [cfaussie] Re: Get Working Week Which part are you not getting to work? This is a very common JS Calendar problem that has been solved that many times... A bit more info on why you think it is not working would be good. Or even code example maybe. Andrew Scott Senior Coldfusion

[cfaussie] Re: Get Working Week

2007-06-06 Thread Andrew Scott
2007 4:41 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Get Working Week Got it sorted dur! !--- Sunday = 1, Satuarday = 7 --- cfset today = createDate(2007, 6, 16) / cfset dow = dayOfWeek(today) / cfif dow eq 7 cfset friday = dateAdd(d, 6, today) / cfelse cfset

[cfaussie] Re: Get Working Week

2007-06-06 Thread Haikal Saadh
. www.aegeon.com.au http://www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Dale Fraser *Sent:* Wednesday, 6 June 2007 4:41 PM *To:* cfaussie@googlegroups.com *Subject:* [cfaussie] Re: Get Working Week

[cfaussie] Re: Get Working Week

2007-06-06 Thread Dale Fraser
To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Get Working Week Isn't 'working week' a locale specific thing? Western work weeks are Monday to Friday, but I do know a few countries which finish work Sun-Thurs. Andrew Scott wrote: Goes back to the standard that Sunday is the start