
ghia wrote:
Quote:It is stored as seconds past a date and contains thus a date and time. Futhermore it is very efficient for searching and sorting and calculating periods.Why date are saved as INT(10)?
Storing it in ascii will severely degrade this. Has to stay!
@ghia: Thank you for these precisions! I understand your point of view.
But in phpmyadmin it is not easy to know what date is -236307600 for example…
In “Find Users” (profile/search.php) filter “Is earlier than” doesn’t work…
Quote:
Monika wrote:
Hi I prefer a dropdown selection date.
@Monika: You can do it!
Just add 3 fields (field Type: select)
Profile_date_dd (add 31 selections 1 to 31)
profile_date_mm (add 12 selections 1 to 12)
profile_date_yyyy (add a period list)
Nota: In “Find Users” (profile/search.php)
There is a little bug:
If value is set as NUM, (value as integer)
The selection is OK but column is empty (does not show the content of the field)
@+
Z