gmazza / tightblog

Streamlined Java-based blog server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorporate Vue string and date filters in JSPs

gmazza opened this issue · comments

https://github.com/vuejs-community/vue-filter-date-format

https://cdn.jsdelivr.net/npm/vue-filter-date-format

Entries.jsp: {{entry.pubTime | date:'short'}}, {{entry.updateTime | date:'short'}}, {{entry.title | limitTo:80}}

Done as part of #1045