Re: [Phpvideopro-developers] date format changed
Brought to you by:
izzy
From: Itzchak R. <izz...@qu...> - 2001-09-27 23:03:29
|
Hi Tom, Tom Albers wrote: > I mean, that in Holland we write dd-mm-yyyy, so maybe this can > become a setting in de conf. Translate the input to a general > format and display it in that format. Should be two easy routines > for you guru. To be honest: It's already scheduled :) But not in the db, there it HAS TO BE YYYYMMDD for sorting purposes (this way it's easy to find out which entry is newer/older/between...). But I had a reason to split it up to day, month and year in the users view: there will be a new setting on the configuration page "sometimes" to select the date format, wether it should be y-m-d, d-m-y, m-d-y or even d-y-m or m-y-d (did I forget some combinations? Guess we should only list versions that make sense, which would be the first 3, right?). </izzy> |