51 static $included =
false;
54 $ele_value = (string) $this->
getValue(
false);
55 $display_value = $ele_value;
56 if (0 < intval($ele_value)) {
73 $xoops->theme()->addBaseStylesheetAssets(
'@jqueryuicss');
74 $xoops->theme()->addBaseScriptAssets(
'@jqueryui');
80 $xoops->theme()->addScript(
83 ' $(function() { $( "#' . $this->
getAttribute(
'id') .
'" ).datepicker({' .
84 'showOn: "button", buttonImageOnly: false, ' .
85 'buttonImage: "' .
$xoops->url(
'media/xoops/images/icons/calendar.png') .
'", ' .
89 return '<input ' .
$attributes .
'value="' . $display_value .
'" '
addAttribute($name, $value)
static getFormatShortDate()