posted 19 years ago
I saw you change the DateFormat for your site from dd/MM/yyyy to MM/dd/yyyy
This will cause this unnormal situation to happen.
Ha, I knew this bug when I did showing member listing.
I just hide it...
The way I avoid it happen is to modify the ${user.registrationDate?date('dd/MM/yyyy')} to what date format I want.
For example, ${user.registrationDate?date('MM/dd/yyyy')}
This is not a gereral solution. But I think it's a quick fix. You can try it.
[originally posted on jforum.net by andowson]