Browse Source

Missing file in last checkin.

Colm Dougan 17 years ago
parent
commit
df48621d0c
1 changed files with 11 additions and 0 deletions
  1. 11 0
      examples/docroot/now

+ 11 - 0
examples/docroot/now

@@ -0,0 +1,11 @@
+Expected format : Thu, 21 Dec 2000 16:01:07 +0200
+Got : {% now "r" %}
+
+Expected format : 27th February 2008 01:24
+Got : {% now "jS F Y H:i" %}
+
+Expected format : It is the 4th of September 2007
+Got : It is the {% now "jS o\f F Y" %}
+
+Expected format : ''
+Got : '{% now "" %}'