]> git.llucax.com Git - mecon/meconlib.git/commitdiff
(no commit message)
authorMartín Marrese <marrese@gmail.com>
Mon, 9 Jun 2003 22:53:31 +0000 (22:53 +0000)
committerMartín Marrese <marrese@gmail.com>
Mon, 9 Jun 2003 22:53:31 +0000 (22:53 +0000)
HTML/php/QuickForm/mdate.php

index 18b3f6c0bd03825790624aa3c57f7bb9594b555d..d1aa84d7f986f8daf1694dbd49b7fb4b8ab3684f 100644 (file)
@@ -98,7 +98,7 @@ class HTML_QuickForm_mdate extends HTML_QuickForm_date
      */
     function &getValue()
     {
-        return new Date (sprintf("%04d/%02d/%02d 00:00:00",$this->_selectedDate['y'],$this->_selectedDate['m'],$this->_selectedDate['d']));
+        return new Date (sprintf("%04d/%02d/%02d 00:00:00",$this->_selectedDate['Y'],$this->_selectedDate['F'],$this->_selectedDate['d']));
     } // end func _createNumericOptionList
 }
 ?>