(current-week date)
Returns a list of days for the current week
Returns a list of days for the current week
(datepicker app path {:keys [id hidden onChange] :or {hidden true}})
Datepicker public API the cursor at the current path is updated when the user selects a day, otherwise we update the internal component state to trigger re-rendering.
app >> the cursor path >> the internal path to update the cursor
note: we assume today date if the cursor does not have a date
Datepicker public API the cursor at the current path is updated when the user selects a day, otherwise we update the internal component state to trigger re-rendering. app >> the cursor path >> the internal path to update the cursor note: we assume today date if the cursor does not have a date
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close