[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["Returns a Boolean value indicating whether the DateSlider is disabled."],["Uses the `DateSlider.getDisabled()` method to retrieve the disabled state."],["Accepts the ui.DateSlider instance as an argument."]]],["The `DateSlider.getDisabled()` method determines if a date slider is disabled. It takes a `ui.DateSlider` instance as an argument. The method then returns a Boolean value, representing whether the specified date slider is disabled (true) or not (false). The argument of the function `ui.dateslider` is an object that represents the DateSlider instance.\n"]]