File tree Expand file tree Collapse file tree 7 files changed +37
-15
lines changed Expand file tree Collapse file tree 7 files changed +37
-15
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,6 @@ date フィールドタイプ
52
52
--------------
53
53
54
54
このフィールドタイプは高度に設定が可能でありながら、簡単に使えます。最も重要なオプションは ``input `` と ``widget `` です。
55
- This field type is highly configurable, but easy to use. The most important
56
- options are ``input `` and ``widget ``.
57
55
58
56
``publishedAt `` フィールドに``DateTime`` オブジェクトの日付データを持つとします。
59
57
以下は、``date `` タイプを3つの選択フィールドとして設定します。:
@@ -170,4 +168,4 @@ error_bubbling
170
168
| date_pattern | ``string `` | 日付フォーマットの文字列 |
171
169
+--------------+------------+---------------------------------------------------------------------------------+
172
170
173
- .. 2014/04/23 yositani200 d49d12eaf265a5d6d32ac660c62f385d57261475
171
+ .. 2014/04/23 yositani2002 d49d12eaf265a5d6d32ac660c62f385d57261475
Original file line number Diff line number Diff line change 1
1
days
2
2
~~~~
3
3
4
- **type **: ``array`` **default **: 1 to 31
4
+ **データ型 **: ``array`` **デフォルト **: 1 to 31
5
5
6
- List of days available to the day field type. This option is only relevant
7
- when the ``widget`` option is set to ``choice``::
6
+ ``day`` フィールドタイプに設定可能な日のリストです。このオプションは ``widget`` オプションに ``choice`` が設定されている場合のみ意味を持ちます。::
8
7
9
8
'days' => range(1,31)
9
+
10
+ .. 2014/04/26 yositani2002 84d43ac157a8860f667bc6b40278197203b4c333
Original file line number Diff line number Diff line change
1
+ model_timezone
2
+ ~~~~~~~~~~~~~~
3
+
4
+ **データ型**: ``string`` **デフォルト**: システムのデフォルトのタイムゾーン
5
+
6
+ 保存されている入力データのタイムゾーン。これは `PHP supported timezones`_ の一つである必要があります。
7
+
8
+ .. _`PHP supported timezones`: http://php.net/manual/ja/timezones.php
9
+
10
+ .. 2014/04/26 yositani2002 d02849d956b529af6cbafe0a3424b5a86a224115
Original file line number Diff line number Diff line change 1
1
months
2
2
~~~~~~
3
3
4
- **type **: ``array `` **default **: 1 to 12
4
+ **データ型 **: ``array `` **デフォルト **: 1 to 12
5
5
6
- List of months available to the month field type . This option is only relevant
7
- when the ``widget`` option is set to ``choice``.
6
+ ``month `` フィールドタイプに設定可能な月のリストです。このオプションは ``widget `` オプションに ``choice `` が設定されている場合のみ意味を持ちます。
7
+
8
+ .. 2014 /4 /26 yositani2002 906 e345d04b170d3367cfc8e523239137867db0d
Original file line number Diff line number Diff line change
1
+ view_timezone
2
+ ~~~~~~~~~~~~~
3
+
4
+ **データ型**: ``string`` **デフォルト**: システムのデフォルトのタイムゾーン
5
+
6
+ ユーザーに表示されるデータのタイムゾーン(従って、ユーザーが送信するデータも)。これは `PHP supported timezones`_ の一つである必要があります。
7
+
8
+ .. _`PHP supported timezones`: http://php.net/manual/ja/timezones.php
9
+
10
+ .. 2014/04/26 yositani2002 d02849d956b529af6cbafe0a3424b5a86a224115
Original file line number Diff line number Diff line change 1
1
with_seconds
2
2
~~~~~~~~~~~~
3
3
4
- **type **: ``Boolean`` **default **: ``false``
4
+ **データ型 **: ``Boolean `` **デフォルト **: ``false ``
5
5
6
- Whether or not to include seconds in the input. This will result in an additional
7
- input to capture seconds.
6
+ 秒を入力に含めるかどうか。これは秒を取得する追加の入力フォームを出力します。
7
+
8
+ .. 2014 /04 /26 yositani2002 c3ed1d89896cdd33d1d50a42e44759772acd6426
Original file line number Diff line number Diff line change 1
1
years
2
2
~~~~~
3
3
4
- **type **: ``array `` **default **: five years before to five years after the current year
4
+ **データ型 **: ``array `` **デフォルト **: 今年より5年前から5年後
5
5
6
- List of years available to the year field type . This option is only relevant
7
- when the ``widget`` option is set to ``choice``.
6
+ ``year `` フィールドタイプに設定可能な年のリストです。このオプションは ``widget `` オプションに ``choice `` が設定されている場合のみ意味を持ちます。
7
+
8
+ .. 2014 /04 /26 yositani2002 84 d43ac157a8860f667bc6b40278197203b4c333
You can’t perform that action at this time.
0 commit comments