5099 Posts in 1519 Topics by 1116 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1694 Views |
-
setConfig("dateformat","dd/MM/Y") produces wrong Dates on the 1.January of every Year

10 June 2010 at 6:02pm
Hi,
i got a strange problem when formating Dates with setConfig("dateformat" ,....) It always substracts one Year of the given DateValue.
For example:
if the saved date is 01/01/2010 it will display as 01/01/2009
if the date is 01/01/2011 it will display as 01/01/2010 and so on...$date1 = new DateField('RangeEnd','Range End',$this->RangeStartDate);
$date1->setConfig("dateformat","dd/MM/Y");is that a bug or a feature ? ;) Or did i do something wrong ?
thanks in advance
-
Re: setConfig("dateformat","dd/MM/Y") produces wrong Dates on the 1.January of every Year

11 June 2010 at 10:12am
just solved it. If there is somebody who got the same issue:
setConfig('dateformat','dd/MM/y') produces the correct Year value
and
setConfig('dateformat','dd/MM/Y') produces a wrong Year
| 1694 Views | ||
|
Page:
1
|
Go to Top |

