<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
<br>> I've notice that the zerofix parameter doesn't work if the format specifier <br>> is butted up to another specifier. Here is some test code that can be pasted <br>> onto any page.<br>> <br>> This will work as expected:<br /><br>> [convert_date zerofix=1 fmt="%I %P"][/convert_date]<br>> <br>> <br /><br /><br>> <br>> This will not:<br /><br>> [convert_date zerofix=1 fmt="%I%P"][/convert_date]<br>> <br>> <br>> BTW - that is a captial eye, not lowercase L.<br>> <br>> I think it is a bug, or...?<br>> <br>> Paul Jordan<br><BR>Paul, <BR> <BR>try this: fmt="%-I%P"<BR> <BR><a href="http://linux.die.net/man/3/strftime">http://linux.die.net/man/3/strftime</a><BR> <BR>Says if you are using glibc there are additional conversation flags. It works for me with your test code.<BR> <BR>Paul<BR>                                     </div></body>
</html>