From d363dfccd175722e70241a91bb63e4b2c37be00e Mon Sep 17 00:00:00 2001 From: the_undefined Date: Thu, 17 Jul 2008 15:59:18 +0000 Subject: [PATCH] Fixed documentation for date 'my' validation git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7343 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/libs/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/libs/validation.php b/cake/libs/validation.php index 094c5e62d..28447dd2e 100644 --- a/cake/libs/validation.php +++ b/cake/libs/validation.php @@ -366,7 +366,7 @@ class Validation extends Object { * dMy 27 December 2006 or 27 Dec 2006 * Mdy December 27, 2006 or Dec 27, 2006 comma is optional * My December 2006 or Dec 2006 - * my 12/2006 or 12/06 separators can be a space, period, dash, forward slash + * my 12/2006 separators can be a space, period, dash, forward slash * @param string $regex If a custom regular expression is used this is the only validation that will occur. * @return boolean Success * @access public