ver4/関数リファレンス/BcForm/dateTimePicker
提供: baserCMS公式ガイド
[このコンテンツは内容調整中です]
目次
説明
- 日付カレンダーと時間フィールド
- jquery-ui-1.7.2 必須
使い方
$this->BcForm->dateTimePicker( [$fieldName] , [$attributes] )
パラメータ
- (string)$fieldName
- フィールド文字列
- (array)$attributes
- HTML属性 初期値 : array()
戻り値
- (string)
- 日付用 input type="text" カレンダーコントロール付きのテキストフィールド (jquery-ui-1.7.2 必須)
- 時刻用 input type="text" 時刻コントロール付きのテキストフィールド