mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- better section header
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306284 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
33eb8ae7d3
commit
fc99dbfc0a
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<chapter xml:id="datetime.formats" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Date and Time Formats</title>
|
||||
<title>Supported Date and Time Formats</title>
|
||||
|
||||
<para>
|
||||
This chapter describes all the different formats that the
|
||||
This section describes all the different formats that the
|
||||
<function>strtotime</function>, <classname>DateTime</classname>
|
||||
and <function>date_create</function> parser understands. The formats
|
||||
are grouped by section. In most cases formats from different
|
||||
|
|
Loading…
Reference in a new issue