naskoap / clojurebook

A picture-gallery application with Clojure
MIT License
0 stars 0 forks source link

Adds a picture timestamp #30

Closed naskoap closed 8 years ago

naskoap commented 8 years ago

29

We first read all the timestamps from the database through (read-timestamps [userid name]) then convert the ISeq to a map and serve the value of timestamp to the user. java.text.SimpleDataFormat is used to generate a formatted string given a date object. timestamps