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.
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.