describe ages
authorChristian Weiske <cweiske@cweiske.de>
Tue, 15 Apr 2014 15:32:56 +0000 (17:32 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Tue, 15 Apr 2014 15:32:56 +0000 (17:32 +0200)
www/index.php

index f67d2ae1babccfe63935327394e50b2c0615a46e..bc43e227cd4c781c9fe7f1a1c24ea6f854370a00 100644 (file)
@@ -95,7 +95,15 @@ foreach ($options->options as $name => $option) {
        </tbody>
       </table>
      </div>
        </tbody>
       </table>
      </div>
-
+     <p>
+      Ages can be given as ISO 8601 duration specification, for example:
+     </p>
+     <dl class="dl-horizontal">
+      <dt><tt>P1Y</tt></dt><dd>1 year</dd>
+      <dt><tt>P2W</tt></dt><dd>2 weeks</dd>
+      <dt><tt>P1D</tt></dt><dd>1 day</dd>
+      <dt><tt>PT4H</tt></dt><dd>4 hours</dd>
+     </dl>
 
      <h2 id="tools">Tools</h2>
      <ul class="list-group">
 
      <h2 id="tools">Tools</h2>
      <ul class="list-group">