Question
Make Date field read only with Javascript
I need to make the date field read only, I've tried this code this.getField("Datec").readonly = true; but doesn't work. Could I please get any idea?
Also I need to copy the date field data into a text field or copy the date field data in another Date field. Any suggestion?
Thank you
