Hey Everyone
I use the date picker for my date fields in my apps with no problems till now. I have a date field named birthDay that on Add and advanced search it works fine. On an edit page I use
<script>
document.forms.editform.value_birthDay.disable=true;
</SCRIPT>
to disable the field. No problem except that the datepicker icon shows up on the edit page. I just want to remove or have the attribute for the variable $birthDay calendar being visible, make it invisible, but only for that page.
Thanks in advance
Mike
PS anyone know where I can see the manual on how to use the new PHPR 5.1 ?