[[["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."],[[["`setStart()` sets the start date for the DateSlider object, accepting a Number or String representation of the date."],["The method defaults the start date to one week ago if no `start` argument is provided."],["Calling `setStart()` returns the `ui.DateSlider` instance, allowing for method chaining."]]],["The `DateSlider.setStart()` method sets the start date of a `ui.DateSlider` instance. It accepts a `start` argument, which can be a Number or String representing the desired start date. If no date is provided, it defaults to one week ago. This method returns the modified `ui.DateSlider` object itself, allowing for method chaining.\n"]]