Re: Date data type in MySQL

2005-06-06 Thread mohsen ali momeni
Hi, I was wondering how Date data type is dealt with in such databases as PostgreSQL or mySQL? Databases usually have Date related operations such as equality, less than, greater than, etc . But most databases have the Gregorian Calendar and not Jalalian. Any solutions or hacks?

Re: Date data type in MySQL

2005-06-06 Thread Medi Montaseri
Thanks Mohsen...On 6/5/05, mohsen ali momeni [EMAIL PROTECTED] wrote: Hi, I was wondering how Date data type is dealt with in such databases as PostgreSQL or mySQL? Databases usually have Date related operations such as equality, less than, greater than, etc . But most databases have the