<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.basicdatepicker.com/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>NEWS : Basic Date Picker</title><link>http://forums.basicdatepicker.com/forums/13/ShowForum.aspx</link><description>Newly released features, samples, bug fixes, and other news.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.0 (Build: 60217.2664)</generator><item><title>TIP: How to determine Assembly Version Number</title><link>http://forums.basicdatepicker.com/forums/thread/1119.aspx</link><pubDate>Wed, 28 Feb 2007 07:39:37 GMT</pubDate><guid isPermaLink="false">eafbe417-5e1e-42bb-bf58-e78167d68247:1119</guid><dc:creator>geoffrey.mcgill</dc:creator><slash:comments>0</slash:comments><comments>http://forums.basicdatepicker.com/forums/thread/1119.aspx</comments><wfw:commentRss>http://forums.basicdatepicker.com/forums/commentrss.aspx?SectionID=13&amp;PostID=1119</wfw:commentRss><description>&lt;P&gt;There are several ways to determine the Assembly Version Number, although probably the easiest is opening the controls smart-tag in Visual Studio 2005 design view. The version number is listed in the bottom-right corner. See:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://www.basicdatepicker.com/images/assembly_version_number.jpg"&gt;&lt;/P&gt;
&lt;P&gt;Another way to view the version number is by opening a page in a browser and viewing the HTML source code. The version number is listed just inside the wrapping &amp;lt;span&amp;gt; of the control. Example:&lt;/P&gt;&lt;PRE id=line72&gt;&amp;lt;&lt;SPAN class=start-tag&gt;span&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; id&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"BasicDatePicker1" &lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt;class&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;"basicdatepicker"&lt;/SPAN&gt;&amp;gt;&lt;SPAN class=comment&gt;&amp;lt;!-- Version 1.3.5.0.&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;A third way is to open File Explorer and browse to your projects /Bin/ directory. Select the BasicFrame.WebControls.BasicDatePicker.dll file, then right-click and view "Properties". Under the File version should be listed under the "Version" tab. 
&lt;P&gt;Hope this helps.&lt;BR&gt;
&lt;P&gt;&lt;/P&gt;</description></item><item><title>NEWS: Microsoft AJAX Beta 2.0 Compatibility</title><link>http://forums.basicdatepicker.com/forums/thread/907.aspx</link><pubDate>Fri, 10 Nov 2006 18:20:58 GMT</pubDate><guid isPermaLink="false">eafbe417-5e1e-42bb-bf58-e78167d68247:907</guid><dc:creator>geoffrey.mcgill</dc:creator><slash:comments>0</slash:comments><comments>http://forums.basicdatepicker.com/forums/thread/907.aspx</comments><wfw:commentRss>http://forums.basicdatepicker.com/forums/commentrss.aspx?SectionID=13&amp;PostID=907</wfw:commentRss><description>We've just released a new build which provides full support for the recently released &lt;b&gt;Microsoft AJAX Beta &lt;font size="4"&gt;2&lt;/font&gt;.0&lt;/b&gt; release. &lt;br&gt;&lt;br&gt;Download the latest .NET 2.0 installer from &lt;a href="http://www.basicdatepicker.com/download/"&gt;http://www.basicdatepicker.com/download/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please feel free to &lt;a href="http://www.basicdatepicker.com/contact/"&gt;contact us&lt;/a&gt; if you have any questions or comments and we will do our best to help out.</description></item><item><title>NEWS: Microsoft AJAX Beta 1.0 support (and Atlas too)</title><link>http://forums.basicdatepicker.com/forums/thread/835.aspx</link><pubDate>Fri, 27 Oct 2006 17:48:30 GMT</pubDate><guid isPermaLink="false">eafbe417-5e1e-42bb-bf58-e78167d68247:835</guid><dc:creator>geoffrey.mcgill</dc:creator><slash:comments>0</slash:comments><comments>http://forums.basicdatepicker.com/forums/thread/835.aspx</comments><wfw:commentRss>http://forums.basicdatepicker.com/forums/commentrss.aspx?SectionID=13&amp;PostID=835</wfw:commentRss><description>We're happy to inform everyone — that to the best of our knowledge — we're the first third party ASP.NET control suite to support the recently released &lt;b&gt;Microsoft AJAX Beta 1.0&lt;/b&gt; release. We've supported the &lt;b&gt;Atlas CTP&lt;/b&gt; build for a while, and now we support both.&lt;br&gt;&lt;br&gt;No need for separate installers and your upgrade path from Atlas to AJAX should be seamless.&lt;br&gt;&lt;br&gt;Download the latest .NET 2.0 installer from &lt;a href="http://www.basicdatepicker.com/download/"&gt;http://www.basicdatepicker.com/download/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please feel free to &lt;a href="http://www.basicdatepicker.com/contact/"&gt;contact us&lt;/a&gt; if you have any questions or comments and we will do our best to help out.&lt;br&gt;</description></item><item><title>SAMPLE: Set the MinimumDate client-side.</title><link>http://forums.basicdatepicker.com/forums/thread/785.aspx</link><pubDate>Wed, 20 Sep 2006 17:29:12 GMT</pubDate><guid isPermaLink="false">eafbe417-5e1e-42bb-bf58-e78167d68247:785</guid><dc:creator>geoffrey.mcgill</dc:creator><slash:comments>0</slash:comments><comments>http://forums.basicdatepicker.com/forums/thread/785.aspx</comments><wfw:commentRss>http://forums.basicdatepicker.com/forums/commentrss.aspx?SectionID=13&amp;PostID=785</wfw:commentRss><description>The following sample demonstrates a typical Date Range Selection
scenario similar to selecting travel dates.&lt;br&gt;
&lt;br&gt;Two date pickers are linked together so when the StartDate is changed, the EndDate is updated to be 7 days after the selected StartDate. &lt;b&gt;See &lt;a href="http://samples.basicdatepicker.com/minmaxdates.aspx"&gt;Sample&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/b&gt;The EndDate is updated when the client-side JavaScript function OnClientAfterSelectionChanged is fired.&lt;b&gt;&lt;br&gt;&lt;br&gt;&lt;/b&gt;A DateRangeValidator and DateDifferenceValidator are also used within the sample. The DateRangeValidator checks to ensure the StartDate does not occur in the past and the DateDifferenceValidator checks to ensure the EndDate is at least 7 days greater than the StartDate.&lt;br&gt;&lt;br&gt;</description></item><item><title>FEATURE: ATLAS Support</title><link>http://forums.basicdatepicker.com/forums/thread/775.aspx</link><pubDate>Fri, 01 Sep 2006 19:38:58 GMT</pubDate><guid isPermaLink="false">eafbe417-5e1e-42bb-bf58-e78167d68247:775</guid><dc:creator>geoffrey.mcgill</dc:creator><slash:comments>0</slash:comments><comments>http://forums.basicdatepicker.com/forums/thread/775.aspx</comments><wfw:commentRss>http://forums.basicdatepicker.com/forums/commentrss.aspx?SectionID=13&amp;PostID=775</wfw:commentRss><description>We've added full support for the Microsoft "&lt;b&gt;&lt;a href="http://atlas.asp.net/"&gt;Atlas&lt;/a&gt;&lt;/b&gt;" Framework.&lt;br&gt;&lt;br&gt;Now you can just drag and drop a Date Picker (or Time Picker) into your atlas UpdatePanel and everything just works.&lt;br&gt;&lt;br&gt;The following Sample demonstrates how to use the DatePicker and TimePicker within an Atlas UpdatePanel while data binding to GridView and FormView controls. &lt;b&gt;See &lt;a href="http://atlas.samples.basicdatepicker.com/formview.aspx"&gt;Sample&lt;/a&gt;&lt;/b&gt;.&lt;br&gt;&lt;br&gt;Atlas support has also been extended to the free date picker (&lt;a href="http://www.basicdatepicker.com/bdplite/"&gt;BDPLite&lt;/a&gt;).</description></item><item><title>FEATURE: NullDate Property</title><link>http://forums.basicdatepicker.com/forums/thread/674.aspx</link><pubDate>Thu, 27 Jul 2006 20:50:00 GMT</pubDate><guid isPermaLink="false">eafbe417-5e1e-42bb-bf58-e78167d68247:674</guid><dc:creator>geoffrey.mcgill</dc:creator><slash:comments>0</slash:comments><comments>http://forums.basicdatepicker.com/forums/thread/674.aspx</comments><wfw:commentRss>http://forums.basicdatepicker.com/forums/commentrss.aspx?SectionID=13&amp;PostID=674</wfw:commentRss><description>We added a new NullDate property to BasicDatePicker which allows the developer to override what DateTime value is used to represent a 'null' or empty date. &lt;br&gt;&lt;br&gt;In previous versions DateTime.MinValue was used, and it's still the default value, but it can now be overridden with any DateTime value.&lt;br&gt;&lt;br&gt;For example, some applications may use DateTime.MaxValue to represent a null or empty value.&lt;br&gt;&lt;br&gt;[VB]&lt;br&gt;Me.BasicDatePicker1.NullDate = DateTime.MaxValue&lt;br&gt;&lt;br&gt;[C#]&lt;br&gt;this.BasicDatePicker1.NullDate = DateTime.MaxValue;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;See also&lt;/b&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;a HREF="/forums/thread/673.aspx"&gt;SelectedValue property&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Note&lt;/b&gt;: The NullDate property is not available in BDPLite.</description></item><item><title>FEATURE: SelectedValue property</title><link>http://forums.basicdatepicker.com/forums/thread/673.aspx</link><pubDate>Thu, 27 Jul 2006 20:31:02 GMT</pubDate><guid isPermaLink="false">eafbe417-5e1e-42bb-bf58-e78167d68247:673</guid><dc:creator>geoffrey.mcgill</dc:creator><slash:comments>0</slash:comments><comments>http://forums.basicdatepicker.com/forums/thread/673.aspx</comments><wfw:commentRss>http://forums.basicdatepicker.com/forums/commentrss.aspx?SectionID=13&amp;PostID=673</wfw:commentRss><description>We added a new SelectedValue property to both BasicDatePicker and BDPLite. &lt;br&gt;&lt;br&gt;The SelectedValue property should help solve problems with auto binding to a DataSource that may contain null or DBNull date values.&lt;br&gt;&lt;br&gt;The following sample demonstrates using a GridView and SQLDataSource control to bind to the new SelectedValue property. &lt;b&gt;See &lt;a href="http://samples.basicdatepicker.com/autobinding.aspx"&gt;Sample&lt;/a&gt;&lt;/b&gt;&lt;br&gt;&lt;br&gt;To get access to the SelectedValue property you must &lt;a href="http://basicdatepicker.com/download/"&gt;download&lt;/a&gt; and install the latest build.&lt;br&gt;&lt;br&gt;Please feel free to &lt;a href="http://www.basicdatepicker.com/contact/"&gt;contact us&lt;/a&gt; if you have any questions or comments and we will do our best to help out.&lt;br&gt;&lt;br&gt;Hope this helps.&lt;br&gt;</description></item><item><title>SAMPLE: Disable all Sundays and Validate</title><link>http://forums.basicdatepicker.com/forums/thread/637.aspx</link><pubDate>Thu, 13 Jul 2006 22:06:29 GMT</pubDate><guid isPermaLink="false">eafbe417-5e1e-42bb-bf58-e78167d68247:637</guid><dc:creator>geoffrey.mcgill</dc:creator><slash:comments>0</slash:comments><comments>http://forums.basicdatepicker.com/forums/thread/637.aspx</comments><wfw:commentRss>http://forums.basicdatepicker.com/forums/commentrss.aspx?SectionID=13&amp;PostID=637</wfw:commentRss><description>We added another interesting sample which demonstrates how to disable all Sundays within the popup Calendar by using the &lt;a href="http://www.basicdatepicker.com/documentation/BasicFrame.WebControls.BasicDatePicker.onclientdayrender.html"&gt;OnClientDayRender&lt;/a&gt; client-side event and use the Microsoft CustomValidator Control to ensure a user did not type in a date that was a Sunday. &lt;b&gt;See &lt;a href="http://samples.basicdatepicker.com/disablesundays.aspx"&gt;Sample&lt;/a&gt;&lt;/b&gt;.&lt;a href="http://samples.basicdatepicker.com/disablesundays.aspx"&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;The SelectableWeekendDays property can be used if you want to disable &lt;b&gt;both&lt;/b&gt; weekend days (Saturday &amp;amp; Sunday). Example:&lt;br&gt;&lt;br&gt;&amp;lt;BDP:BasicDatePicker ID="BasicDatePicker1" runat="server" SelectableWeekendDays="false" /&amp;gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Hope this helps.&lt;br&gt;</description></item><item><title>SAMPLE: Using DateCompareValidator to validate Age</title><link>http://forums.basicdatepicker.com/forums/thread/636.aspx</link><pubDate>Thu, 13 Jul 2006 20:37:04 GMT</pubDate><guid isPermaLink="false">eafbe417-5e1e-42bb-bf58-e78167d68247:636</guid><dc:creator>geoffrey.mcgill</dc:creator><slash:comments>0</slash:comments><comments>http://forums.basicdatepicker.com/forums/thread/636.aspx</comments><wfw:commentRss>http://forums.basicdatepicker.com/forums/commentrss.aspx?SectionID=13&amp;PostID=636</wfw:commentRss><description>Tip: Using DateCompareValidator to validate Age&lt;br&gt;&lt;br&gt;A customer sent us a question on how to validate that an Age was greater than 18 years. We came up with the following simple example to demonstrate the technique. &lt;br&gt;&lt;br&gt;Step 1: Add a BasicDatePicker and DateCompareValidator to your page and Set the ControlToValidate property. Example:&lt;br&gt;&lt;br&gt;[HTML/Design View]&lt;br&gt;&amp;lt;BDP:BasicDatePicker ID="BasicDatePicker1" runat="server" /&amp;gt; &amp;lt;BDP:DateCompareValidator &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID="AgeCompareValidator" &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; runat="server" &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ControlToValidate="BasicDatePicker1"&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ErrorMessage="Must 18 years or older." &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Operator="LessThanEqual"&amp;gt;&lt;br&gt;&amp;lt;/BDP:DateCompareValidator&amp;gt;&lt;br&gt;&lt;br&gt;The key to making this all work is setting the DateToCompare property of the DateCompareValidator to a Date 18 years in the past. &lt;br&gt;&lt;br&gt;Step 2: Add the following to your code behind (Page_load). Example:&lt;br&gt;&lt;br&gt;[Visual Basic]&lt;br&gt;Me.AgeCompareValidator.DateToCompare = DateTime.Today.AddYears(-18)&lt;br&gt;&lt;br&gt;[C#]&lt;br&gt;this.AgeCompareValidator.DateToCompare = DateTime.Today.AddYears(-18);&lt;br&gt;&lt;br&gt;&lt;br&gt;To test the above sample, open the WebForm in a browser and type the following:&lt;br&gt;&lt;br&gt;1. Within the Date Picker TextBox, type "t-18y" (without quotes), then tab off. The Selected Date will be set to "Today minus 18 years", which will pass the DateCompareValidator. &lt;br&gt;2. Click inside the TextBox and hit the up-arrow on your keyboard which will add one day to the above date. This new date will fail validation.&lt;br&gt;&lt;br&gt;&lt;br&gt;Related to the above Age Validation, if you want to Calculate an Age based on a supplied Date, the following Age() Method can be used from your code-behind. Example:&lt;br&gt;&lt;br&gt;[C#]&lt;br&gt;/// &amp;lt;summary&amp;gt;&lt;br&gt;/// Calculates the Age based on a given birth date.&lt;br&gt;/// &amp;lt;/summary&amp;gt;&lt;br&gt;/// &amp;lt;param name="birthDate"&amp;gt;Birth date to calculate age.&amp;lt;/param&amp;gt;&lt;br&gt;/// &amp;lt;returns&amp;gt;Returns the age as an Integer.&amp;lt;/returns&amp;gt;&lt;br&gt;public int Age(DateTime dateOfBirth)&lt;br&gt;{&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (DateTime.Today.Month &amp;lt; dateOfBirth.Month || DateTime.Today.Month == dateOfBirth.Month &amp;amp;&amp;amp; DateTime.Today.Day &amp;lt; dateOfBirth.Day)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return DateTime.Today.Year - dateOfBirth.Year - 1;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return DateTime.Today.Year - dateOfBirth.Year;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;}&lt;br&gt;&lt;br&gt;&lt;br&gt;Hope this helps.&lt;br&gt;&lt;br&gt;</description></item><item><title>SAMPLE: Using DateDifferenceValidator</title><link>http://forums.basicdatepicker.com/forums/thread/614.aspx</link><pubDate>Thu, 29 Jun 2006 20:24:11 GMT</pubDate><guid isPermaLink="false">eafbe417-5e1e-42bb-bf58-e78167d68247:614</guid><dc:creator>geoffrey.mcgill</dc:creator><slash:comments>0</slash:comments><comments>http://forums.basicdatepicker.com/forums/thread/614.aspx</comments><wfw:commentRss>http://forums.basicdatepicker.com/forums/commentrss.aspx?SectionID=13&amp;PostID=614</wfw:commentRss><description>We've had several questions lately requesting more information about the DateDifferenceValidator, so we put together a simple DateDifferenceValidator sample page with description and code sample. &lt;b&gt;See &lt;a href="http://samples.basicdatepicker.com/datedifferencevalidator.aspx"&gt;Sample&lt;/a&gt;&lt;/b&gt;&lt;br&gt;&lt;br&gt;The above DateDifferenceValidator sample will be added to the documentation and available on the next build.&lt;br&gt;&lt;br&gt;</description></item><item><title>Tip: Manually install Component Icons to Visual Studio ToolBox</title><link>http://forums.basicdatepicker.com/forums/thread/613.aspx</link><pubDate>Wed, 28 Jun 2006 19:47:41 GMT</pubDate><guid isPermaLink="false">eafbe417-5e1e-42bb-bf58-e78167d68247:613</guid><dc:creator>geoffrey.mcgill</dc:creator><slash:comments>0</slash:comments><comments>http://forums.basicdatepicker.com/forums/thread/613.aspx</comments><wfw:commentRss>http://forums.basicdatepicker.com/forums/commentrss.aspx?SectionID=13&amp;PostID=613</wfw:commentRss><description>If for some reason the date picker component icons do not get installed to your Visual Studio or Visual Web Developer Express Toolbox when you run the .msi installer, they're easy to install manually. Steps:&lt;br&gt;&lt;ol&gt;&lt;li&gt;Open Visual Studio or Visual Web Developer&lt;br&gt;&lt;/li&gt;&lt;li&gt;Open an .aspx page&lt;/li&gt;&lt;li&gt;Open the ToolBox panel. Typically located on the left side in a fly-out panel (Ctrl + Alt + x).&lt;/li&gt;&lt;li&gt;If a "Basic Date Picker" Tab has already been created, click to slide open. If the "Basic Date Picker" Tab was not created during the installation process, you can create now.&lt;/li&gt;&lt;ol&gt;&lt;li&gt;Right-Click in the ToolBox area.&lt;/li&gt;&lt;li&gt;Select "Add Tab".&lt;/li&gt;&lt;li&gt;Enter "Basic Date Picker".&lt;/li&gt;&lt;/ol&gt;&lt;li&gt;Inside the "Basic Date Picker" tab, Right-Click and select "Choose Item..." ("Add/Remove Items..." in Visual Studio .NET 2003).&lt;/li&gt;&lt;li&gt;Under the ".NET Framework Components" Tab select the "Browse" button.&lt;/li&gt;&lt;li&gt;Navigate to and select the following .dll file on your file system, choose open.&lt;br&gt;&lt;/li&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\Program Files\Common Files\Basic Date Picker\DateTime Suite\1_3_3\BasicFrame.WebControls.BasicDatePicker.dll&lt;br&gt;&lt;br&gt;&lt;b&gt;NOTE:&lt;/b&gt; The "1_3_3" above is the version number and may vary.&lt;br&gt;&lt;br&gt;&lt;li&gt;The component items should be added to the list and pre-checked. You can confirm by sorting the list by "Namespace" and scrolling to "BasicFrame.WebControls"&lt;/li&gt;&lt;li&gt;Click "OK". The icons should be added to your ToolBox. You should now be able to drag/drop a date picker onto your WebForm.&lt;br&gt;&lt;br&gt;&lt;b&gt;NOTE:&lt;/b&gt; You can also drag and drop the icons between tabs to reorder if desired.&lt;br&gt;&lt;/li&gt;&lt;/ol&gt;Hope this helps.</description></item><item><title>Tip: How to change the size of the TextBox?</title><link>http://forums.basicdatepicker.com/forums/thread/612.aspx</link><pubDate>Tue, 27 Jun 2006 22:12:28 GMT</pubDate><guid isPermaLink="false">eafbe417-5e1e-42bb-bf58-e78167d68247:612</guid><dc:creator>geoffrey.mcgill</dc:creator><slash:comments>0</slash:comments><comments>http://forums.basicdatepicker.com/forums/thread/612.aspx</comments><wfw:commentRss>http://forums.basicdatepicker.com/forums/commentrss.aspx?SectionID=13&amp;PostID=612</wfw:commentRss><description>We added another Q&amp;amp;A to our list of Top Support Questions which details several techniques for changing the size of the TextBox. See &lt;a href="http://www.basicdatepicker.com/support/#q5"&gt;http://www.basicdatepicker.com/support/#q5&lt;/a&gt;&lt;br&gt;&lt;br&gt;Our favorite is probably Option #3. A straightforward CSS edit that we add to our global .css file and the style is picked up application wide by all date pickers. eazy peazy. No source code (.aspx/code-behind) edits is also a bonus.&lt;br&gt;&lt;br&gt;&lt;br&gt;</description></item><item><title>Resource: Listing all .NET supported Cultures</title><link>http://forums.basicdatepicker.com/forums/thread/596.aspx</link><pubDate>Thu, 22 Jun 2006 23:51:11 GMT</pubDate><guid isPermaLink="false">eafbe417-5e1e-42bb-bf58-e78167d68247:596</guid><dc:creator>geoffrey.mcgill</dc:creator><slash:comments>0</slash:comments><comments>http://forums.basicdatepicker.com/forums/thread/596.aspx</comments><wfw:commentRss>http://forums.basicdatepicker.com/forums/commentrss.aspx?SectionID=13&amp;PostID=596</wfw:commentRss><description>We created a sample page demonstrating how to output a list all the .NET supported Cultures. The list details several properties of the &lt;a href="http://msdn2.microsoft.com/en-us/library/system.globalization.cultureinfo.aspx"&gt;CultureInfo &lt;/a&gt;object including the Date and Time Formats as well as sample output for each.&lt;br&gt;&lt;br&gt;EnglishName&lt;br&gt;Abbreviation&lt;br&gt;ShortDate Format + example&lt;br&gt;LongDate Format + example&lt;br&gt;ShortTime Format + example&lt;br&gt;LongTime Format + example&lt;br&gt;&lt;br&gt;The sample also demonstrates how to sort a list of Cultures by creating a custom IComparer Class and comparing the EnglishName strings.&lt;br&gt;&lt;br&gt;The C# code used in this example is available at the bottom of the table.&lt;br&gt;&lt;br&gt;&lt;b&gt;&lt;span&gt;See&lt;/span&gt; &lt;a href="http://samples.basicdatepicker.com/cultureinfo.aspx"&gt;Sample&lt;/a&gt;&lt;/b&gt;&lt;a href="http://samples.basicdatepicker.com/cultureinfo.aspx"&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;See also&lt;/b&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconstandarddatetimeformatstrings.asp"&gt;Standard DateTime Format Strings&lt;/a&gt; | &lt;a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconcustomdatetimeformatstrings.asp"&gt;Custom DateTime Format Strings&lt;/a&gt;&lt;br&gt;</description></item></channel></rss>