Quote:
Originally Posted by squidsk
I've been looking into this, and I can't reproduce the time as your site has it. On my site everywhere it has the comma. Try checking your date/time display settings to see if that's where the comma was removed from.
|
Sorry, didn't notice your reply until now.
I probably should have specified. I was referring to the Issue Time in the Admin CP and Medals tab on profiles. There are no commas there.
EDIT: I got it fixed under the Medals tab on profiles by going into the
awards_userawards_bit template and changing this:
Code:
<i>{vb:rawphrase award_time}: {vb:raw award_issue_date} {vb:raw award_issue_time}</i>
...to this:
Code:
<i>{vb:rawphrase award_time}: {vb:raw award_issue_date}, {vb:raw award_issue_time}</i>