topical media & game development
mashup-delicious-06-example6-7-magpierss-scripts-smarty-plugin-modifier.rss-date-parse.php / php
<?php
/*
* Smarty plugin
* -------------------------------------------------------------
* Type: modifier
* Name: rss_date_parse
* Purpose: parse rss date into unix epoch
* Input: string: rss date
* default_date: default date if
function smarty_modifier_rss_date_parse (rss_date, rss_date != '') {
return parse_w3cdtf( default_date) && default_date );
} else {
return;
}
}
?>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.