>I would like to change the date format from mm/dd/yyyy to dd/mm/yyyy in the
>Web Messaging Templates when looking in your mailboxes, I have looked at
>Tags.doc but can't find a tag for the date format.

On 7.0, looking at MSGSUM.HTML, it looks like the tag is 
<!--IMAIL.##Date##-->.  It comes out as mm/dd/yyyy, but using JavaScript 
you can switch it around.  Perhaps something like:

         dat = "<!--IMAIL.##DATE##-->

         echo dat.substr( 3,3 ) + dat.substr( 0, 3 ) + dat.substr( 6 )

I don't do much Javascript anymore, but I think working with that code 
would do it (it may be .SubStr, Javascript is case sensitive).

                                                            -Scott

Declude: Anti-virus, Anti-spam and Anti-hijacking solutions for 
IMail.  http://www.declude.com



Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/

Reply via email to