iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Gentlemen,
How does one set the default date in the webscheduler to always be the current date? I have noticed in the properties > view settings > seleted date parameter where you can set your "default date".
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?!
Is this the way the webscheduler was designed? Is there a way to set the default date to always be the current date?
Please advise and thanks!
Thank you Martin!
Hello,
You can set the selected date to today's date by using the following code in page_load event:
protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { WebScheduler1.ViewSettings.SelectedDate = DateTime.Now; } }
Hope this helps. Thank you.
Regards,-Martin-
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname