Webapp uses wrong format for dates
rvnstn opened this issue · 2 comments
rvnstn commented
The webapp uses 'dd.mm.yyyy' as formatstring for dates with momentjs. This results in loading the current daily key every minute. To fix this the string should be 'DD.MM.YYYY'. See https://momentjs.com/docs/#/displaying/
reneme commented
Thanks for the remark. I'll forward this to the developers.
rvnstn commented
Fixed in current Webapp version.