Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
6bef0e62
Commit
6bef0e62
authored
Sep 26, 2014
by
Qiang Xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #5169.
parent
e7de579e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
tutorial-core-validators.md
docs/guide/tutorial-core-validators.md
+5
-3
No files found.
docs/guide/tutorial-core-validators.md
View file @
6bef0e62
...
...
@@ -105,9 +105,11 @@ This validator checks if the input value is a date, time or datetime in a proper
Optionally, it can convert the input value into a UNIX timestamp and store it in an attribute
specified via
[
[yii\validators\DateValidator::timestampAttribute|timestampAttribute
]
].
-
`format`
: the date/time format that the value being validated should be in. Please refer to the
[
PHP manual about date_create_from_format()
](
http://www.php.net/manual/en/datetime.createfromformat.php
)
for details about specifying the format string. The default value is
`'Y-m-d'`
.
-
`format`
: the date/time format that the value being validated should be in.
This can be a date time pattern as described in the
[
ICU manual
](
http://userguide.icu-project.org/formatparse/datetime#TOC-Date-Time-Format-Syntax
)
.
Alternatively this can be a string prefixed with
`php:`
representing a format that can be recognized by the PHP
`Datetime`
class. Please refer to
<http://php.net/manual/en/datetime.createfromformat.php>
on supported formats.
If this is not set, it will take the value of
`Yii::$app->formatter->dateFormat`
.
-
`timestampAttribute`
: the name of the attribute to which this validator may assign the UNIX timestamp
converted from the input date/time.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment