Function sitemap_getISO8601Date
Returns an ISO-8601 compliant date/time string for the given date/time. While PHP5 can use the date format constant DATE_ISO8601, this function is designed to allow PHP4 use as well. Eventually it can be deprecated, by: 1. Replacing parameterless references to this function with date(DATE_ISO8601) 2. Replacing references to this function in sitemap_getDateformat as documented there
Package: plugins\seo
Author: Malte Müller (acrylian) based on the plugin by Jeppe Toustrup (Tenzer) http://github.com/Tenzer/zenphoto-sitemap and on contributions by timo, Blue Dragonfly and Francois Marechal (frankm)
Located at zp-extensions/sitemap-extended.php
Author: Malte Müller (acrylian) based on the plugin by Jeppe Toustrup (Tenzer) http://github.com/Tenzer/zenphoto-sitemap and on contributions by timo, Blue Dragonfly and Francois Marechal (frankm)
Located at zp-extensions/sitemap-extended.php
|
$date = '' |