Skip to content

Commit

Permalink
Updating docblock for FormHelper::dateTime method.
Browse files Browse the repository at this point in the history
  • Loading branch information
renan committed Nov 2, 2009
1 parent 034b5c4 commit 91b9e1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cake/libs/view/helpers/form.php
Expand Up @@ -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
Expand Down

0 comments on commit 91b9e1d

Please sign in to comment.