news.2018-08-13.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
A Timezone resolver
is now part of the spincast-default
artifact. This resolver allows you to define
a default TimeZone to use, but also provides a Pebble filter:
"timeZoneCookie()
". This filter
gets the user TimeZone using javascript and stores it in a cookie so Spincast has access to it.
Another new plugin, Spincast Date Formatter,
allows you to format dates in various ways, both in Java code and in templates (using a provided
dateFormat()
Pebble function).