I want to change the style of the "published at"-Date, depending on which language the user has choosen. In Pagesetter, I used the code
<!--[$core.created|pndate_format:datelong]-->
which works fine. In Mediashare I use
<!--[$album.createdDate|pndate_format:datelong]-->
which returns a strange error: In English, the date is shown correct, in German I get the date of today. Any idea?