Fork me on GitHub
#clojurescript
<
2019-09-27
>
hoynk14:09:22

Whats a good datetime lib that works on clojure and clojurescript? All I need is to generate timestamps and simple formating.

chepprey14:09:35

if you need the same lib for both clj and cljs, there's "tick" https://github.com/juxt/tick

chepprey14:09:50

for my small project, which has clj on the server and cljs on the client, I actually used 2 different libraries on each end, since I didn't have any shared code on each side (.cljc) and since my date/time needs were quite modest

chepprey14:09:59

there's a whole bunch listed here you can check out -- https://www.clojure-toolbox.com/