date()

FIXME document all attributes for Bigace 3.0

The date ViewHelper does something ...

-> Since BIGACE 3.0

Further infos at the ViewHelper date() PHPDoc.

Attributes

  • $time - (optional, int) The $time defines ...

  • $format - (optional, string) The $format defines ....

  • $withTime - (optional, boolean) The $withTime defines ....

Example

This example shows to ...

:::php
<?php

  $foo = $this->date();

?>