(ns example)
(defn Example []
(def date (.format (java.text.SimpleDateFormat. "MM/dd/yyyy") (new java.util.Date)))
(println date))
(Example)
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/265692.html
(ns example)
(defn Example []
(def date (.format (java.text.SimpleDateFormat. "MM/dd/yyyy") (new java.util.Date)))
(println date))
(Example)
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/265692.html