PHP Classes

File: Library/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/date_default_format.test

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Library/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/date_default_format.test   Download  
File: Library/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/date_default_format.test
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 years ago
Size: 291 bytes
 

Contents

Class file image Download
--TEST-- "date" filter --TEMPLATE-- {{ date1|date }} {{ date1|date('d/m/Y') }} --DATA-- date_default_timezone_set('UTC'); $twig->getExtension('core')->setDateFormat('Y-m-d', '%d days %h hours'); return array( 'date1' => mktime(13, 45, 0, 10, 4, 2010), ) --EXPECT-- 2010-10-04 04/10/2010