From 91b9e1d50b231639e5dcf077fb87173696505dc2 Mon Sep 17 00:00:00 2001 From: "renan.saddam" Date: Mon, 2 Nov 2009 13:57:05 -0200 Subject: [PATCH] Updating docblock for FormHelper::dateTime method. --- cake/libs/view/helpers/form.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cake/libs/view/helpers/form.php b/cake/libs/view/helpers/form.php index f90760ea02a..c44ae9edd29 100755 --- a/cake/libs/view/helpers/form.php +++ b/cake/libs/view/helpers/form.php @@ -1592,7 +1592,8 @@ function meridian($fieldName, $selected = null, $attributes = array()) { * * Attributes: * - * - `monthNames` If set and false numbers will be used for month select instead of text. + * - `monthNames` If false, 2 digit numbers will be used instead of text. + * If a array, the given array will be used. * - `minYear` The lowest year to use in the year select * - `maxYear` The maximum year to use in the year select * - `interval` The interval for the minutes select. Defaults to 1