Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
(defn todaydate [& props] (let [ tester(str "") tester (let [today (Date.)] (.getTime today))
上記のコードは、当日の UNIX タイムスタンプを返します。testerを使用して、これの前日の UNIX タイムスタンプを取得できるようにしたいと考えています。
tester
このclj-time問題を解決するためにライブラリを使用することはできません
clj-time