Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Labels:None
-
Patch Submitted:Yes
Description
Currently has: <g:formatDate format="MMM dd, yyyy HH:MM a" date="$
{comment.dateCreated}"/>Which prints the two-digit month instead of minutes.
Should be: <g:formatDate format="MMM dd, yyyy HH:mm a" date="${comment.dateCreated}
"/>
resolved in version 0.7.7, but I don't have permission to mark this issue as resolved