Generates a friendly string describing a date relatively to the current date and time. The function returns strings like "2 secs ago", "yesterday" or "3 years ago".
42 people like thisPosted: 13 years ago by Tomas Petricek
Datetime Readable for Humans, Ported from Clojure https://github.com/pmn/noir-messageboard/blob/master/src/noir_messageboard/utils/utils.clj
25 people like thisPosted: 13 years ago by christophd
Parses UNIX time stamp into DateTime (as returned for example by the OpenWeatherMap API)
5 people like thisPosted: 9 years ago by Tomas Petricek
Timestamp: Time format in ISO 8601 with timezone. YYYYMMDDhhmmssffff+zzzz For example 2011-05-17 19:01:10.000 -0200 would be: 20110517190110000-0200
5 people like thisPosted: 13 years ago by Tuomas Hietanen
Generates a sequence of dates (ascending or descending), incrementing (or decrementing) by one day at a time, inclusive of the start and end dates.
3 people like thisPosted: 9 years ago by Daniel Bradley
Generates a sequence of dates (ascending or descending), incrementing (or decrementing) by one day at a time, inclusive of the start and end dates. This is an alternative to http://www.fssnip.net/oS
5 people like thisPosted: 7 years ago by Fernando Saldanha