[xoops-cvslog 52] CVS update: xoops2jp/html/class/xoopsform

Back to archive index

onokazu onoka****@users*****
2005年 5月 31日 (火) 15:15:14 JST


Index: xoops2jp/html/class/xoopsform/formtextdateselect.php
diff -u xoops2jp/html/class/xoopsform/formtextdateselect.php:1.2.6.1 xoops2jp/html/class/xoopsform/formtextdateselect.php:1.2.6.2
--- xoops2jp/html/class/xoopsform/formtextdateselect.php:1.2.6.1	Tue Apr  5 03:53:56 2005
+++ xoops2jp/html/class/xoopsform/formtextdateselect.php	Tue May 31 15:15:13 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: formtextdateselect.php,v 1.2.6.1 2005/04/04 18:53:56 onokazu Exp $
+// $Id: formtextdateselect.php,v 1.2.6.2 2005/05/31 06:15:13 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()."\");'>";
     }


xoops-cvslog メーリングリストの案内
Back to archive index