onokazu
onoka****@users*****
2005年 5月 31日 (火) 15:38:34 JST
Index: xoops2jp/html/class/xoopsform/formtextdateselect.php diff -u xoops2jp/html/class/xoopsform/formtextdateselect.php:1.2.6.2 xoops2jp/html/class/xoopsform/formtextdateselect.php:1.2.6.3 --- xoops2jp/html/class/xoopsform/formtextdateselect.php:1.2.6.2 Tue May 31 15:15:13 2005 +++ xoops2jp/html/class/xoopsform/formtextdateselect.php Tue May 31 15:38:34 2005 @@ -1,5 +1,5 @@ <?php -// $Id: formtextdateselect.php,v 1.2.6.2 2005/05/31 06:15:13 onokazu Exp $ +// $Id: formtextdateselect.php,v 1.2.6.3 2005/05/31 06:38:34 onokazu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -57,7 +57,7 @@ function render() { - $jstime = formatTimestamp($this->getValue(), 'F j, Y H:i:s'); + $jstime = formatTimestamp($this->getValue(), '"F j, Y H:i:s"'); include_once XOOPS_ROOT_PATH.'/include/calendarjs.php'; return "<input type='text' name='".$this->getName()."' id='".$this->getName()."' size='".$this->getSize()."' maxlength='".$this->getMaxlength()."' value='".date("Y-m-d", $this->getValue())."'".$this->getExtra()." /><input type='reset' value=' ... ' onclick='return showCalendar(\"".$this->getName()."\");'>"; }