Specify dates in a link to the ItemList.aspx or the ItemShow.aspx page
You have the ability to specify a date in a link to the ItemList.aspx or the ItemShow.aspx page. Linking to those pages in this manner sets the calendar to the date in the link when the page loads. The following examples use the date October 26, 2013.
• To link to the main ItemList.aspx page, add:?&d=2013-10-26:
https://www.yourdomain.com/eCommerce/ItemList.aspx?&d=2013-10-26
• To link to a specific item tree node using the ItemList.aspx page, add: &d=2013-10-26
https://www.yourdomain.com/eCommerce/ItemList.aspx?node_id=23040&d=2013-10-26
The node_id can be determined by going to that node in your browser and copying the URL from the browser’s address bar.
• To link to a specific item using the ItemShow.aspx page, add: &d2007-02-18
The long encrypted string can be determined by going to that item in your browser and copying the URL from the browser’s address bar.