I need the server-time for “user-is-online” stats in my CouchApp. I work with jquery.couch.js and would prefer to have a url, e.g. /db/_design/app/time – which gets me a timestamp.
How do I realize this?
I need the server-time for user-is-online stats in my CouchApp. I work with jquery.couch.js
Share
A show function could do that:
The server also includes a
Dateheader that you might want to use.