Author: Alexander Barkov
Email: [EMAIL PROTECTED]
Message:
> Hi,
>
> who I can manipulate the output date/time-format? I will use for example german
>format ("25.05.2000").
>
> Thanx!
>
Find this code in search.c near line 630 :
case 'M':
UdmTime_t2HttpStr(Doc?Doc->last_mod_time:0, buf);
sprintf(UDM_STREND(Target),"%s",buf);break;
Doc->last_mod_time is a unix time stamp. You may use it
as a strftime() function together with format you want.
Check strftime man page.
Reply: <http://search.mnogo.ru/board/message.php?id=2244>
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]