<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Selecting weeks in Flex DateChooser control</title>
	<atom:link href="http://www.fusioncube.net/index.php/selecting-weeks-in-flex-datechooser-control/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fusioncube.net/index.php/selecting-weeks-in-flex-datechooser-control</link>
	<description>The online journey of a technophile, by Steve Brownlee</description>
	<lastBuildDate>Mon, 30 Jan 2012 21:28:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jeremy Mitchell</title>
		<link>http://www.fusioncube.net/index.php/selecting-weeks-in-flex-datechooser-control/comment-page-1#comment-36757</link>
		<dc:creator>Jeremy Mitchell</dc:creator>
		<pubDate>Tue, 17 Aug 2010 19:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=201#comment-36757</guid>
		<description>Nice work!

I’ve also created a similar component that allows you to select a week by clicking an arrow and you can also select the month – http://blog.flexdevelopers.com/2010/07/flex-datechooser-with-selectable-week.html</description>
		<content:encoded><![CDATA[<p>Nice work!</p>
<p>I’ve also created a similar component that allows you to select a week by clicking an arrow and you can also select the month – <a href="http://blog.flexdevelopers.com/2010/07/flex-datechooser-with-selectable-week.html" rel="nofollow">http://blog.flexdevelopers.com/2010/07/flex-datechooser-with-selectable-week.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roumen Georgiev</title>
		<link>http://www.fusioncube.net/index.php/selecting-weeks-in-flex-datechooser-control/comment-page-1#comment-34353</link>
		<dc:creator>Roumen Georgiev</dc:creator>
		<pubDate>Tue, 18 Aug 2009 10:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=201#comment-34353</guid>
		<description>Thanks for the good example. Works good, but when calendar.firstDayOfWeekn is different that 0, the calculation is wrong. With this reason i have added small chnages:

var screen_offset:int = event.currentTarget.firstDayOfWeek as int;
var rangeStart:Date = new Date(chooser.selectedDate.getTime() - (millisecondsPerDay * chooser.selectedDate.day) + (millisecondsPerDay * screen_offset));

Now the calculation is right in any case.


Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for the good example. Works good, but when calendar.firstDayOfWeekn is different that 0, the calculation is wrong. With this reason i have added small chnages:</p>
<p>var screen_offset:int = event.currentTarget.firstDayOfWeek as int;<br />
var rangeStart:Date = new Date(chooser.selectedDate.getTime() &#8211; (millisecondsPerDay * chooser.selectedDate.day) + (millisecondsPerDay * screen_offset));</p>
<p>Now the calculation is right in any case.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Axel Jensen</title>
		<link>http://www.fusioncube.net/index.php/selecting-weeks-in-flex-datechooser-control/comment-page-1#comment-34083</link>
		<dc:creator>Axel Jensen</dc:creator>
		<pubDate>Fri, 12 Jun 2009 13:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=201#comment-34083</guid>
		<description>good stuff man, worked great</description>
		<content:encoded><![CDATA[<p>good stuff man, worked great</p>
]]></content:encoded>
	</item>
</channel>
</rss>

