label = $label; $this->name = $name; JsFacade::registerLayUIModule('laydate'); } /** * 设置默认值 * @param $value * @return $this */ public function setDefault($value) { $value and $this->default = $value; return $this; } /** * 获取html * @param bool $showLabel 是否显示label * @return mixed|string */ public function getHtml(bool $showLabel = true) { return <<{$this->getLabel($showLabel)}