postDate()
Description
Outputs the post's date.
Usage
<?php
echo postDate( $format );
?>
Parameters
$format
- string
- optional
- default: d. F Y
Defines how the date should be formatted. See the date documentation on php.net for the full list of format options.
Examples
2011.03.26 - 20:29
<?php
echo postDate( 'Y.m.d - h:i' );
?>
-
FAQ
- What is the Page Type and how do I use it?
- How do I make blog pagination work?
- How can I make next/previous buttons to navigate my projects?
- How do I include Vimeo, YouTube, SoundCloud etc in my projects, pages, blog posts?
- How do I make excerpts for my blog posts? (Using the {more} tag)
- View all (2 more)
-
General Documentation
-
Themes
-
Code Documentation