You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php |
|
/** |
|
* |
|
* FormTime.php |
|
* User: ChenLong |
|
* DateTime: 2020/3/16 11:00 |
|
*/ |
|
|
|
|
|
namespace sdModule\makeAdminBasics\htmlUnit; |
|
|
|
|
|
class FormTime extends Time implements FormUnitInterface |
|
{ |
|
protected $timeType = 'datetime'; |
|
} |
|
|
|
|