mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
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
This commit is contained in:
parent
4355a13939
commit
d363dfccd1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue