nkurtys / Mastodon-QGAPS

A small web application designed to fetch and display posts from Mastodon, a decentralized social network.
MIT License
1 stars 0 forks source link

Adjust the Timestamp in the tables to only show the date and not the time #2

Closed nkurtys closed 1 month ago

nkurtys commented 3 months ago

its jsut too much information and looks ugly

nkurtys commented 3 months ago

use date function from javascript to change dates https://stackoverflow.com/questions/25159330/how-to-convert-an-iso-date-to-the-date-format-yyyy-mm-dd

nkurtys commented 1 month ago

Done via jinja2