If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I have learned how to format the date coming out of a database, but if I have a user enter the date in the format 08/04/2004, how can I change that to 2004-08-04?
actually, I have decided to just use a calendar to let the user select a date and it inputs it into the form. It was just more convenient than formatting dates going in and out, on every query.