<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Date display in Edit error</title> 
  <pubDate>Fri, 10 Apr 2026 12:10:04 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/920</link> 
  <atom:link rel="self" type="application/rss+xml" title="Date display in Edit error" href="https://bugs.horde.org/ticket/920/rss" /> 
  <description>Date display in Edit error</description> 
 
   
   
  <item> 
   <title>I have just update to the latest cvs version. The date displ</title> 
   <description>I have just update to the latest cvs version. The date display in Edit dow not display the month, day and year seems to be fine.



This was previously working from two weeks ago. I am running the following

Horde Version

Horde: 3.0-cvs 

Horde Applications

Gollem: 1.0-cvs (run Gollem tests) 

Hermes: 0.1-cvs 

Horde: 3.0-cvs 

Imp: 4.0-cvs (run Imp tests) 

Kronolith: 2.0-cvs 

Mnemo: 2.0-cvs 

Nag: 2.0-cvs 

Passwd: 3.0-cvs 

Turba: 2.0-cvs (run Turba tests) 

PHP Version

View phpinfo() screen 

View loaded extensions 

PHP Version: 4.3.8 

PHP Major Version: 4.3 

PHP Minor Version: 8 

PHP Version Classification: release 

You are running a supported version of PHP. 

</description> 
   <pubDate>Wed, 01 Dec 2004 00:40:32 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/920#t3464</link> 
  </item> 
   
  <item> 
   <title>Still works fine here. The birthday is a monthdayyear field,</title> 
   <description>Still works fine here. The birthday is a monthdayyear field, and in the backend stored into a date field.</description> 
   <pubDate>Wed, 01 Dec 2004 10:43:49 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/920#t3471</link> 
  </item> 
   
  <item> 
   <title>Sorry I forgot to mention that I am using monthdayyear field</title> 
   <description>Sorry I forgot to mention that I am using monthdayyear field to display the dates. Dates are coming from mysql and are in correct format of YYYY-MM-DD





Hamid

</description> 
   <pubDate>Wed, 01 Dec 2004 12:16:03 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/920#t3472</link> 
  </item> 
   
  <item> 
   <title>I have traced the bug to UI/UI/varrenderer/html.php . Since </title> 
   <description>I have traced the bug to UI/UI/varrenderer/html.php . Since my date is full two digits for month, the select field does not match 1 to 9. I padded the digits and it now works , but probably it has problems with single digit months:



  function _renderVarInput_monthdayyear(&amp;$form, &amp;$var, &amp;$vars)

    {

        $dates = array();

        $dates[&#039;month&#039;] = array(&#039;&#039;   =&gt; _(&quot;MM&quot;),

                                &#039;01&#039;  =&gt; _(&quot;January&quot;),

                                &#039;02&#039;  =&gt; _(&quot;February&quot;),

                                &#039;03&#039;  =&gt; _(&quot;March&quot;),

                                &#039;04&#039;  =&gt; _(&quot;April&quot;),

                                &#039;05&#039;  =&gt; _(&quot;May&quot;),

                                &#039;06&#039;  =&gt; _(&quot;June&quot;),

                                &#039;07&#039;  =&gt; _(&quot;July&quot;),

                                &#039;08&#039;  =&gt; _(&quot;August&quot;),

                                &#039;09&#039;  =&gt; _(&quot;September&quot;),

                                &#039;10&#039; =&gt; _(&quot;October&quot;),

                                &#039;11&#039; =&gt; _(&quot;November&quot;),

                                &#039;12&#039; =&gt; _(&quot;December&quot;));

        $dates[&#039;day&#039;] = array(&#039;&#039; =&gt; _(&quot;DD&quot;));</description> 
   <pubDate>Wed, 01 Dec 2004 12:22:05 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/920#t3473</link> 
  </item> 
   
  <item> 
   <title>I only tested with two-digit months. ;-)



Fixed in CVS, fr</title> 
   <description>I only tested with two-digit months. ;-)



Fixed in CVS, framework/Form/Form.php.</description> 
   <pubDate>Wed, 01 Dec 2004 13:06:56 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/920#t3479</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
