How to Make date Picker field non-editable using java script. currently we are u

How to Make date Picker field non-editable using java script. currently we are using below java script to make field disable
(document.getElementsByName("myFieldName")[0]).disabled = true;
but it only disables textbox of date picker and not image available with date picker.
Please suggest....

OriginalPostID-61555

OriginalPostID-61555

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data