|
|
[Perlfect-search] Date not displayed
Michael Spiess perlfect-search@perlfect.com
Fri, 13 Dec 2002 10:10:54 +0100
Hi,
I am wondering why the date is not displayed on my search results page:
I use the standard code:
<dl>
<!--loop: results-->
<dt class="norm"><!--item: rank-->. <a href="<!--item: url-->"><!--item:
title--></a> <!--item: highlight_link--><br />
<!--item: description--><br />
<font color="#888888"><strong>URL:</strong> <!--item: visibleurl--> <br />
<strong>Score:</strong> <!--item: score-->
<strong>Date:</strong> <!--item: date-->
<strong>Size:</strong> <!--item: size--> kB</font>
<br />
<br />
</dt>
<!--end: results-->
</dl>
In the conf.pl: $DATE_FORMAT = "%Y-%m-%d";
URL, Score and Size are correctly displayed but for Date there is a "-"
hyphen instead. What's wrong?
Regards,
Michael
|
|