LadySerenaKitty / Calendar

Calendar plugin for Terasology

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Date Formatting

LadySerenaKitty opened this issue · comments

We are lacking in the ability to use custom formatting for the dates. We should probably use the same formatting marks as java.text.SimpleDateFormat.

Additionally, we should look into adding a new calendar configuration value for the default format, and also a user-customizable format string (maybe in settings?).

This is done and it works quite well.