Rank: Member Groups: Member
Joined: 9/1/2010 Posts: 28
|
Is there a way to set the current selected day in the calendar control programmatically?
Or is there a way to turn on a feature that allows the user to click something to "jump" back to TODAY?
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You can use this property to access the current selected day: http://doc.essentialobjects.com/library/1/eo.web.calendar.selecteddate.aspxYou will need to use our client side JavaScript interface to jump back to any date: http://doc.essentialobjects.com/library/1/jsdoc.public.calendar.aspxIf you are not familiar with our client side JavaScript interface, you will want to take a look of this topic first: http://doc.essentialobjects.com/library/1/clientapi_howto.aspxHope this helps. Thanks
|