Tuesday 22 November, vers 21h, Tobias Toedter tapota : > > On Tuesday 22 November 2005 20:58, Mathieu Roy wrote: > > > Regarding the other instance in trackers/general.php, we could > > > go for the simple approach and replace the call to format_date() > > > with a call to strftime() directly to get the intended > > > result. This way, we would ensure functionality for the > > > release. Later on, that has to be implemented cleanly, probably > > > on a separate branch. > > > > > > What do you think? > > > > I haven't checked precisely. What do we want to format exactly > > there, in fact? > > The function creates calendar select boxes for the HTML output, so > we don't get far with our shiny new date formats ... > > We absolutely *need* to give Y-m-d to this function.
Yes, so it this case, it's not like we have a choice. We can indeed use strftime() directly. -- Mathieu Roy +---------------------------------------------------------------------+ | General Homepage: http://yeupou.coleumes.org/ | | Computing Homepage: http://alberich.coleumes.org/ | | Not a native english speaker: | | http://stock.coleumes.org/doc.php?i=/misc-files/flawed-english | +---------------------------------------------------------------------+
