<?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: Customizing the Flex DateChooser control</title>
	<atom:link href="http://blog.flexexamples.com/2007/12/21/customizing-the-flex-datechooser-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/12/21/customizing-the-flex-datechooser-control/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Fri, 19 Mar 2010 15:41:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: preeti</title>
		<link>http://blog.flexexamples.com/2007/12/21/customizing-the-flex-datechooser-control/comment-page-1/#comment-6580</link>
		<dc:creator>preeti</dc:creator>
		<pubDate>Fri, 11 Dec 2009 05:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/12/21/customizing-the-flex-datechooser-control/#comment-6580</guid>
		<description>can we see datechooser control in grid view    in flex...?</description>
		<content:encoded><![CDATA[<p>can we see datechooser control in grid view    in flex&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2007/12/21/customizing-the-flex-datechooser-control/comment-page-1/#comment-6410</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Fri, 20 Nov 2009 02:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/12/21/customizing-the-flex-datechooser-control/#comment-6410</guid>
		<description>@LJ,

You can get the currently selected date by using the &lt;code&gt;selectedDate&lt;/code&gt; property:
&lt;pre lang=&quot;mxml&quot;&gt;
&lt;mx:DateChooser id=&quot;dc&quot; /&gt;
&lt;mx:Label text=&quot;{dc.selectedDate.toDateString()}&quot; /&gt;
&lt;/pre&gt;

Peter</description>
		<content:encoded><![CDATA[<p>@LJ,</p>
<p>You can get the currently selected date by using the <code>selectedDate</code> property:</p>

<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;"><span style="color: #000000;"><span style="color: #7400FF;">&lt;mx:DateChooser</span> id=<span style="color: #ff0000;">&quot;dc&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
<span style="color: #000000;"><span style="color: #7400FF;">&lt;mx:Label</span> text=<span style="color: #ff0000;">&quot;{dc.selectedDate.toDateString()}&quot;</span> <span style="color: #7400FF;">/&gt;</span></span></pre></div></div>

<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LJ</title>
		<link>http://blog.flexexamples.com/2007/12/21/customizing-the-flex-datechooser-control/comment-page-1/#comment-6405</link>
		<dc:creator>LJ</dc:creator>
		<pubDate>Thu, 19 Nov 2009 22:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/12/21/customizing-the-flex-datechooser-control/#comment-6405</guid>
		<description>When you click a date in the date chooser does anyone know where that information is stored in the code so i can call it later?</description>
		<content:encoded><![CDATA[<p>When you click a date in the date chooser does anyone know where that information is stored in the code so i can call it later?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://blog.flexexamples.com/2007/12/21/customizing-the-flex-datechooser-control/comment-page-1/#comment-2142</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 16 Feb 2009 11:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/12/21/customizing-the-flex-datechooser-control/#comment-2142</guid>
		<description>Thanks for this - What about applying a background image (behind the days)?</description>
		<content:encoded><![CDATA[<p>Thanks for this &#8211; What about applying a background image (behind the days)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moonw</title>
		<link>http://blog.flexexamples.com/2007/12/21/customizing-the-flex-datechooser-control/comment-page-1/#comment-2141</link>
		<dc:creator>moonw</dc:creator>
		<pubDate>Thu, 04 Dec 2008 17:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/12/21/customizing-the-flex-datechooser-control/#comment-2141</guid>
		<description>try this property yearNavigationEnabled=&quot;true&quot;
and go check official documentation

http://livedocs.adobe.com/flex/2/langref/mx/controls/DateChooser.html#includeExamplesSummary</description>
		<content:encoded><![CDATA[<p>try this property yearNavigationEnabled=&#8221;true&#8221;<br />
and go check official documentation</p>
<p><a href="http://livedocs.adobe.com/flex/2/langref/mx/controls/DateChooser.html#includeExamplesSummary" rel="nofollow">http://livedocs.adobe.com/flex/2/langref/mx/controls/DateChooser.html#includeExamplesSummary</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kichuz</title>
		<link>http://blog.flexexamples.com/2007/12/21/customizing-the-flex-datechooser-control/comment-page-1/#comment-2143</link>
		<dc:creator>kichuz</dc:creator>
		<pubDate>Tue, 14 Oct 2008 07:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/12/21/customizing-the-flex-datechooser-control/#comment-2143</guid>
		<description>Hello!

Can anyone please tell me how can i separately display year and month in a DateChooser...like I want to display year on top of the month .... and which has separate navigator like we have for month..



Thanks...

kichuz</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>Can anyone please tell me how can i separately display year and month in a DateChooser&#8230;like I want to display year on top of the month &#8230;. and which has separate navigator like we have for month..</p>
<p>Thanks&#8230;</p>
<p>kichuz</p>
]]></content:encoded>
	</item>
</channel>
</rss>
