Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello.
Is there an easy way to use the ordinary timestamps (like "22 June 2015" or "22.06.15") ? Can i mix two methods ? For example, i wish to timestamps older than a day to look like ""22 June 2015", and today's posts like "6 hours ago".
Yeah, nodebb saves the time as a Unix time stamp, so you're able to convert that however you want.
and... how ?
It would have to be a feature request, I don't believe NodeBB gives the user nor the admin the ability to change the date format.
It would be a core change, but I'm pretty sure it's doable. Will look into it.
I think it would take a little bit of magic but not overly complicated. You'll have to basically override the timeago lib on document load