1
Howdy,
I'm having trouble with the following Smarty date tags returning nothing:
%l (this is to return the hour, in 12 hour format, and single digit hours have a space for the first digit)
%r (this is supposed to return the time in a.m. p.m. notation)
Again, when I use these tags in a template, I get nothing.
In the same template, I can put something like %H in place of %l and I do get the expected results (hour, in 12-hour format, with leading 0.)
Is this a known problem?
Is there perhaps something XOOPS is looking for and misinterpreting, i.e. not lettin the %l or %r through to Smarty?
Thanks.