Hi, I've got a problem with my database
I've got a couple of pages where you can insert dates into a database. Format: dd/mm/yyyy
Works great, if the day cannot be a month.
When I pick a day between the 1st and the 12th, the bigger number, whether it is the day, or the month, will become the month.
So 27/01/2004 will be inserted as 27/01/2004, but 03/02/2004 for instance, will be inserted as 02/03/2004
Even more strange, with these two dates, 03/02/2004 will be known as *before* 27/01/2004 
I hope someone can help me with it.