table of dates

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
greedyisg00d
Forum Commoner
Posts: 42
Joined: Thu Feb 12, 2009 2:48 am

table of dates

Post by greedyisg00d »

Hi I am new to php and mysql I am currently creating a scheduler for meeting, conference etc. Anyone who has a table for dates covering all the dates range of mysql. I am planning on making one but it surely wil take a lot of time :cry: .
Thanks
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: table of dates

Post by John Cartwright »

Anyone who has a table for dates covering all the dates range of mysql.
Can you explain what you mean by this?
greedyisg00d
Forum Commoner
Posts: 42
Joined: Thu Feb 12, 2009 2:48 am

Re: table of dates

Post by greedyisg00d »

John Cartwright wrote:
Anyone who has a table for dates covering all the dates range of mysql.
Can you explain what you mean by this?
Sorry my questions seems not be clear. I want to crate a calendar table to cover up all dates supported by myqsl('1000-01-01' to '9999-12-31'). It is possible?? Thanks
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: table of dates

Post by John Cartwright »

Are you asking what are the date limitations for mysql date field?

Or are you asking for a prepopulated table of all mysql valid dates?
Post Reply