vForums Support > System Improvements :: Suggestions :: > Join date in MP?

Join date in MP? - Posted By Nick (nickb) on 25th Feb 11 at 4:01am
Could the registration dates be changed to something like 14/01/11? Or in the states 1/14/11

Instead of like this:

Image

Fixed widths of the table cause it to move down like that. So would it be possible to add in an option in the MP templates to add have it like that? Like Long date, short date.

If this is already in there, and I failed to see it, please ignore, lock, or what ever. {Cheesy} {Tongue Out}

Re: Join date in MP? - Posted By dog199200 (dog199200) on 25th Feb 11 at 10:12am
if ANYTHING, a optional secondary parameter should added so people can define their OWN time stamps.

Re: Join date in MP? - Posted By Ross (admin) on 25th Feb 11 at 2:30pm
Can already be done.

<script type="text/javascript">
<!--

dateFormat.masks['registered_short'] = "dd/mm/yy";

//-->
</script>

Anywhere in the header should do it. The same principal can be used to change the format of all dates/times shown on the forum.

http://blog.stevenlevithan.com/archives/date-time-format

Re: Join date in MP? - Posted By Nick (nickb) on 25th Feb 11 at 9:03pm
Worked. {Grin}