<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: How do I find the date a week starts given the week number</title>
	<atom:link href="http://4o3.net/2008/06/25/how-do-i-find-the-date-a-week-starts-given-the-week-number/feed/" rel="self" type="application/rss+xml" />
	<link>http://4o3.net/2008/06/25/how-do-i-find-the-date-a-week-starts-given-the-week-number/</link>
	<description>An Irish man's adventures in Web Development</description>
	<pubDate>Thu, 04 Dec 2008 18:41:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Ian McCarthy</title>
		<link>http://4o3.net/2008/06/25/how-do-i-find-the-date-a-week-starts-given-the-week-number/#comment-167</link>
		<dc:creator>Ian McCarthy</dc:creator>
		<pubDate>Fri, 26 Sep 2008 12:23:03 +0000</pubDate>
		<guid isPermaLink="false">http://4o3.net/?p=3#comment-167</guid>
		<description>No problem Aki, glad it was of help to you.</description>
		<content:encoded><![CDATA[<p>No problem Aki, glad it was of help to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aki</title>
		<link>http://4o3.net/2008/06/25/how-do-i-find-the-date-a-week-starts-given-the-week-number/#comment-166</link>
		<dc:creator>Aki</dc:creator>
		<pubDate>Fri, 26 Sep 2008 00:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://4o3.net/?p=3#comment-166</guid>
		<description>Thanks a lot, this article inspired me so much. I'm normally a PHP coder but a client asked me to do classic ASP and I have so much trouble getting this same issue with VBScript. Your algorithm works with my ASP. Too bad I've wasted so many hours on Google before jumping into your article.</description>
		<content:encoded><![CDATA[<p>Thanks a lot, this article inspired me so much. I&#8217;m normally a PHP coder but a client asked me to do classic ASP and I have so much trouble getting this same issue with VBScript. Your algorithm works with my ASP. Too bad I&#8217;ve wasted so many hours on Google before jumping into your article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donal O'Connor</title>
		<link>http://4o3.net/2008/06/25/how-do-i-find-the-date-a-week-starts-given-the-week-number/#comment-131</link>
		<dc:creator>Donal O'Connor</dc:creator>
		<pubDate>Sat, 06 Sep 2008 18:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://4o3.net/?p=3#comment-131</guid>
		<description>I came across a similar problem at begining of Summer. Course I was working in Perl but same principles apply. It was a Lab Management System. It allowed people to reserve Equipment. They'd pick a start date and an end date. That was all fine but I had the problem, what if another user had a reservation in this period. I simply converted all dates to unix time stamps, so id have the least Integer and the Max integer corresponding to Min date and Max date. Then I would check if any other reservation's start/end unix dates lied between these two integers.
It really makes life simple!</description>
		<content:encoded><![CDATA[<p>I came across a similar problem at begining of Summer. Course I was working in Perl but same principles apply. It was a Lab Management System. It allowed people to reserve Equipment. They&#8217;d pick a start date and an end date. That was all fine but I had the problem, what if another user had a reservation in this period. I simply converted all dates to unix time stamps, so id have the least Integer and the Max integer corresponding to Min date and Max date. Then I would check if any other reservation&#8217;s start/end unix dates lied between these two integers.<br />
It really makes life simple!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian McCarthy</title>
		<link>http://4o3.net/2008/06/25/how-do-i-find-the-date-a-week-starts-given-the-week-number/#comment-9</link>
		<dc:creator>Ian McCarthy</dc:creator>
		<pubDate>Fri, 18 Jul 2008 22:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://4o3.net/?p=3#comment-9</guid>
		<description>It is true that it different calender systems handle it differently. I have based this calculation around the ISO-8601 standards which dictate that the week begins on a Monday and ends on a Saturday.

The PHP date argument 'W' deals specifically with this date standard.

To be honest, I must state that I have no experience dealing with any other calendar systems as the ISO system matches what we use here in Ireland.</description>
		<content:encoded><![CDATA[<p>It is true that it different calender systems handle it differently. I have based this calculation around the ISO-8601 standards which dictate that the week begins on a Monday and ends on a Saturday.</p>
<p>The PHP date argument &#8216;W&#8217; deals specifically with this date standard.</p>
<p>To be honest, I must state that I have no experience dealing with any other calendar systems as the ISO system matches what we use here in Ireland.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bumbah</title>
		<link>http://4o3.net/2008/06/25/how-do-i-find-the-date-a-week-starts-given-the-week-number/#comment-8</link>
		<dc:creator>Bumbah</dc:creator>
		<pubDate>Fri, 18 Jul 2008 22:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://4o3.net/?p=3#comment-8</guid>
		<description>Because of the different calendar systems its not easy to get a good and flexible one. Does the week start on monday or sunday... in a gregorian calendar another calculation. 
Don;t use weekdays myself that much but I came across www.clndr.org and think it's nice for a quick reference.</description>
		<content:encoded><![CDATA[<p>Because of the different calendar systems its not easy to get a good and flexible one. Does the week start on monday or sunday&#8230; in a gregorian calendar another calculation.<br />
Don;t use weekdays myself that much but I came across <a href="http://www.clndr.org" rel="nofollow">http://www.clndr.org</a> and think it&#8217;s nice for a quick reference.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
