2017 © Pedro Peláez
 

library date-format

Date formatter to be used in templates to render a DateTime object as a simple formatted string

image

commentar/date-format

Date formatter to be used in templates to render a DateTime object as a simple formatted string

  • Sunday, September 8, 2013
  • by PeeHaa
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

DateFormat

Build Status Scrutinizer Quality Score Code Coverage Latest Stable Version Total Downloads, (*1)

Simple date renderer for the Commentar project. This date formatter formats DateTime objects used in comments. Examples of these dates are "date posted" and "post updated" timestamps., (*2)

Installation

Add the formatter to the project's composer.json file:, (*3)

"require": {
    "commentar/date-format": "0.0.*",
}

Use it in your templates:, (*4)

<?php echo $this->renderView('DateFormat', ['timestamp' => $comment['updated']]); ?>

The Versions

08/09 2013

dev-master

9999999-dev https://github.com/Commentar/DateFormat

Date formatter to be used in templates to render a DateTime object as a simple formatted string

  Sources   Download

MIT

The Requires

  • php >=5.4

 

date comments formatter time commentar

07/09 2013

v0.0.1

0.0.1.0 https://github.com/Commentar/DateFormat

Date formatter to be used in templates to render a DateTime object as a simple formatted string

  Sources   Download

MIT

The Requires

  • php >=5.4

 

date comments formatter time commentar