Created
March 17, 2016 11:02
-
-
Save Kungi/606959e6fd2d00ada1cd to your computer and use it in GitHub Desktop.
cljs-time null error?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clj-demgen.main> (cemerick.piggieback/cljs-repl (cljs.repl.rhino/repl-env)) | |
To quit, type: :cljs/quit | |
nil | |
cljs.user> (require '[cljs-time.core :as date]) | |
nil | |
cljs.user> (require '[cljs-time.format :as date-format])j | |
nil | |
cljs.user> (date-format/unparse (date-format/formatters :basic-date-time) | |
(date/today-at 12 00)) | |
org.mozilla.javascript.EcmaError: TypeError: Cannot call method "call" of null (rhino.clj#41) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment