<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">
<DIV>Greetings,</DIV>
<DIV> </DIV>
<DIV>I was looking at a bug, and I thought to myself, “What if I wanted the time 
stamp portion of included in this column, and not just a date?”. I ran:</DIV>
<DIV>grep '| \$KohaDates with' `find . -name "*.tt" | grep "\/en\/"`</DIV>
<DIV>just to see how others had done it. Well, initially without the with, and 
then with the with, because obviously I found the examples. <IMG 
class="wlEmoticon wlEmoticon-smile" 
style="BORDER-TOP-STYLE: none; BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none" 
alt=Smile src="cid:92FF789534D24D3BABE3B603CCBFDA37@archangel"></DIV>
<DIV> </DIV>
<DIV>./koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt:        
<td><span title="[% QUEUED_MESSAGE.time_queued %]">[% 
QUEUED_MESSAGE.time_queued | $KohaDates with_hours => 1 
%]</span></td></DIV>
<DIV>./koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt:                    
([% file_name %] staged on [% upload_timestamp | $KohaDates with_hours => 1 
%])</DIV>
<DIV>./koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt:                       
<td><span title="[% batch_lis.staged_date %]">[% 
batch_lis.staged_date | $KohaDates with_hours => 1 
%]</span></td></DIV>
<DIV>./koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt:                                
on <span title="[% timestamp | $KohaDates with_hours = 1 %]"></DIV>
<DIV>./koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt:                          
on <span title="[% timestamp | $KohaDates with_hours = 1%]"></DIV>
<DIV> </DIV>
<DIV>Is it supposed to be ‘=>’ or ‘=’? Does it matter? What is our standard? 
Should we have one?</DIV>
<DIV> </DIV>
<DIV>GPML,</DIV>
<DIV>Mark Tompsett</DIV></DIV></DIV></BODY></HTML>