Revert "Revert "Prep to select more than 1 client""
This reverts commit 574023fea0.
This commit is contained in:
@@ -435,6 +435,17 @@
|
||||
(do
|
||||
(reagent/adapt-react-class (.-default react-datepicker))))
|
||||
|
||||
(defn date-picker-friendly [params]
|
||||
[date-picker (assoc params
|
||||
:class-name "input"
|
||||
:class "input"
|
||||
:format-week-number (fn [] "")
|
||||
:previous-month-button-label ""
|
||||
:next-month-button-label ""
|
||||
:next-month-label ""
|
||||
:type "date")])
|
||||
|
||||
|
||||
|
||||
(defn local-now []
|
||||
(t/to-default-time-zone (t/now)))
|
||||
|
||||
Reference in New Issue
Block a user