[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] MySQL dates
- Subject: [ale] MySQL dates
- From: cfowler at outpostsentinel.com (Chris Fowler)
- Date: Tue Mar 2 10:22:34 2004
What is the best way to store dates in a datebase? I'm currently
storing them as the a string of output from the date command. That
becomes a problem when I do an order by date and select based on date.
I would like to store them so I can order them correctly and also do
a select by date. To generate reports. I'm using perl to generate all
reports.
Thanks,
Chris