Spotfire Current Date in input field with calendar popup
问题 With reference to http://spotfired.blogspot.in/2014/05/popup-calendar-webplayer-compatible.html. Can you please suggest how to get the current date in the input field as soon as the analysis is open in Webplayer. HTML Code: <span id="dt1"> <SpotfireControl id="a8b5b0d725bd41f385c3a859b511ae0b" /></span> <span id="dt1picker"></span> JS: //update document property after selection function datePicker_onSelect(selectedDate){ //alert(selectedDate) $("#dt1 input").focus() $("#dt1 input").blur() } /