How do you change or remove the label for the Date Picker?
I do not see an option to change the "Date Input:" text. I cannot change it programmatically as it does not had an id, dsid, or class name.
Using $('input[for="classname"]').text('some value'); does not seem to work