﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebScheduler - Webscheduler Default Date</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Webscheduler-Default-Date/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Webscheduler Default Date</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Webscheduler-Default-Date/</link><pubDate>Tue, 07 Jun 2011 11:05:33 GMT</pubDate><dc:creator>frankgary</dc:creator><description>&lt;p&gt;Thank you Martin!&lt;/p&gt;</description></item><item><title>Webscheduler Default Date</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Webscheduler-Default-Date/</link><pubDate>Mon, 06 Jun 2011 15:01:56 GMT</pubDate><dc:creator>MarTin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;You can set the selected date to today's date by using the following code in page_load event:&lt;/p&gt;&lt;pre&gt;protected void Page_Load(object sender, EventArgs e)
{
   if (!IsPostBack)
   {
      WebScheduler1.ViewSettings.SelectedDate = DateTime.Now;
   }
}&lt;/pre&gt;
&lt;p&gt;Hope this helps. Thank you.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;-Martin-&lt;/p&gt;</description></item><item><title>Webscheduler Default Date</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Webscheduler-Default-Date/</link><pubDate>Mon, 06 Jun 2011 11:43:52 GMT</pubDate><dc:creator>frankgary</dc:creator><description>&lt;p&gt;Gentlemen,&lt;/p&gt;
&lt;p&gt;How does one set the default date in the webscheduler to always be the current date? I have noticed in the properties &amp;gt; view settings &amp;gt; seleted date parameter where you can set your "default date".&lt;/p&gt;
&lt;p&gt;However, this seems odd setting a "hard" default date. Setting this for 06/06/2011 will always default the date to 06/06/2011. What happens when a user opens the scheduler 3, 6, 12 months from now? The date defaults to 06/06/2011 way in the past causing them to scroll through calendars to get to the current date?!&lt;/p&gt;
&lt;p&gt;Is this the way the webscheduler was designed? Is there a way to set the default date to always be the current date?&lt;/p&gt;
&lt;p&gt;Please advise and thanks!&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item></channel></rss>