Disable list of dates in date picker
Posted: Mon Jan 27, 2020 2:23 pm
How can I disable a list of dates in the date picker (date field) component? For example, I've loaded an array with 3 dates in the RPG Free pgm I'd like disabled in the date picker when it's opened. Need help with the javascript in the onclick() event.
var array1 = ["2020-02-01","2020-02-02","2020-02-03"];
var array1 = ["2020-02-01","2020-02-02","2020-02-03"];