Hia,
I'm trying tom make a function that returns an article object containing all the
articles for a given year. What is the correct ddmmyear format to give the function?
I tried:
function list_year($year,$topic_root,$type) {
$list_start = gmmktime(0,0,0,1,1,$year);
$list_stop = gmmktime (24,0,0,12,31,$year);
return mgd_list_topic_calendar_all($topic_root, $list_start, $list_stop, "date",
$type);
}
should I use unix timestamps? If not, how should I format it?
Tarjei
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]