From c8e189e3e03556624571f6d059ac4fba447ae77d Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 15 Apr 2014 17:32:56 +0200 Subject: [PATCH] describe ages --- www/index.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/www/index.php b/www/index.php index f67d2ae..bc43e22 100644 --- a/www/index.php +++ b/www/index.php @@ -95,7 +95,15 @@ foreach ($options->options as $name => $option) { - +

+ Ages can be given as ISO 8601 duration specification, for example: +

+
+
P1Y
1 year
+
P2W
2 weeks
+
P1D
1 day
+
PT4H
4 hours
+

Tools