Hi, I have this code <? $DP->DateSelector('startdate',null,'enddate',true,'starthour','startmin',null,null);?>, and when seen rendered through the browser becomes this: <input type="button" onclick='displayDatePicker("startdate")' value="..."/>.
I need then to get to value property, but have no idea on getting there...
Thanks for your help.
Miguel
Help following up this
Moderator: General Moderators
Re: Help following up this
What?? What's $DP?
And what do you mean...you want to specify a value for the input?
And what do you mean...you want to specify a value for the input?
Re: Help following up this
That is the code that goes in the button to open a calendar to select dates. At the moment the button have ... (value="...", as seen through the browser rendering) and I would like to replace it for a calendar image but how to get there? $DP may be calling some js file?
Re: Help following up this
How would I know? I have absolutely no idea what the $DP object is. You need to post more code.