something i only just noticed but has probably been around for ages: is there any particular reason the date is displayed backwards?
ie yy/mm/dd instead of dd/mm/yy ?
i know that the date is displayed as mm/dd/yy in certain places, but completley backwards seems strange...
Well, this is how 0ch displays the date. And you are greatly underestimating the number of ways different countries print dates.
This ordering makes a lot of sense to me, though. We print numbers in falling order, so why not dates? It's also nice for computer geeks because an alphabetic sort sorts it properly, although that doesn't really apply here.
Ah fair enough. just wondered what the reasoning was
though wakaba shows it as yy/mm/dd while kareha shows it as yyyy/mm/dd
i feel kareha's way is far less confusing ;)
Well, these two were picked because they're the default behaviours in futaba and 0ch, respectively. You can change it in the config file, if you want.
In short, we wotaku are imitating the Japanese.
>>5
But only because the Japanese way is ISO 8601 compliant.
I have been using the backwards-system all the time, because it makes a lott less confusion, like said above. W3C suggests to use this system for dates.
What would I need to change in wakaba to make dates appear as YYYY-MM-DD?
Nevermind, I should have seen the DATE_STYLE in config.pl before. Sorry.
I've always wondered why pure numerical dates are used; what's wrong with 10 Jul, 2006?
yyyy-mm-dd is international date format
http://www.cl.cam.ac.uk/~mgk25/iso-time.html