The date published_at timeago="true" is responsible for the relative time. Change it to this.
This will give something like September 7, 2000.
You can use [moment.js](https://momentjs.com/) syntax for fine-tuning the details.
For months, use MM for short notations (like 09) and MMMM for more extended notations (like September.) The basic syntax is for hours, minutes, seconds, and AM/PM if you want to display time. For example, I am using the following.
No comments yet. Be the first to share your thoughts.