a lot of progress on typeaheads, etc.
This commit is contained in:
@@ -8,5 +8,8 @@
|
||||
(def normal-date "MM/dd/yyyy")
|
||||
|
||||
(defn parse [v format]
|
||||
(time/from-time-zone (f/parse (f/formatter format) v)
|
||||
(time/time-zone-for-id "America/Los_Angeles")))
|
||||
(try
|
||||
(time/from-time-zone (f/parse (f/formatter format) v)
|
||||
(time/time-zone-for-id "America/Los_Angeles"))
|
||||
(catch Exception e
|
||||
nil)))
|
||||
|
||||
Reference in New Issue
Block a user