Overview

Packages

  • admin
  • classes
    • media
  • CodeIgniter
    • Libraries
  • core
  • functions
  • JSMin
  • None
  • OpenID
  • PHP
  • PHPMailer
  • plugins
    • admin
    • development
    • feed
    • mail
    • media
    • misc
    • seo
    • spam
    • uploader
    • users
    • zenpage
    • zenphoto
      • news
  • Services
    • JSON

Classes

  • dynamic_locale
  • htmlmetatags
  • null_seo
  • seo_locale
  • sitemap
  • zenphoto_seo

Functions

  • checkFolder
  • cleanAlbum
  • clearSitemapCache
  • generateSitemapCacheFile
  • generateSitemapIndexCacheFile
  • getE
  • getSitemapAlbumList
  • getSitemapAlbums
  • getSitemapGoogleImageVideoExtras
  • getSitemapGoogleLoopIndex
  • getSitemapImages
  • getSitemapIndexLinks
  • getSitemapZenpageNewsArticles
  • getSitemapZenpageNewsCategories
  • getSitemapZenpageNewsIndex
  • getSitemapZenpagePages
  • passAlbums
  • passImages
  • printLanguageSelector
  • seo_cleanup_button
  • sitemap_echonl
  • sitemap_getChangefreq
  • sitemap_getDateformat
  • sitemap_getDBLimit
  • sitemap_getISO8601Date
  • Overview
  • Package
  • Function
  • Tree
  • Deprecated

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
Parameters summary
$date = ''
Zenphoto doc API documentation generated by ApiGen