diff --git a/generate_calendar_dates.php b/generate_calendar_dates.php
index fb97117..211dcf7 100644
--- a/generate_calendar_dates.php
+++ b/generate_calendar_dates.php
@@ -143,6 +143,8 @@
'day+short-name' => [FNn,*-3] [D] [MNn] (e.g., Fri 10 August)
'day' => [D] [MNn] (e.g., 10 August)
'day-short' => [D] [MNn,*-3] (e.g., 10 Aug)
+ 'day+year' => [D] [MNn], [Y] (e.g., 10 August, 2013)
+ 'day-short+year' => [D] [MNn,*-3], [Y] (e.g., 10 Aug, 2013)
'ISO' => [Y0001]-[M01]-[D01] (e.g., 2012-08-10)
date picture string => Any valid XSLT date picture specification (see http://www.w3.org/TR/xslt20/#date-picture-string).
@@ -168,6 +170,12 @@
[D] [MNn,*-3]
+
+ [D] [MNn], [Y]
+
+
+ [D] [MNn,*-3], [Y]
+
[Y0001]-[M01]-[D01]