Re: date format problem

2004-05-03 Thread Egor Egorov
"Matt Tucker" <[EMAIL PROTECTED]> wrote: > I'm moving a JavaServlet app over from Tomcat on Win2K with a MS SQL 7 DB to Tomcat > on Red > Hat Linux with mySQL. Of course, there's about a hundred queries that use dates and > of > course, they're all in the format mm-dd-. is there a way to form

date format problem

2004-04-30 Thread Matt Tucker
Hi, I'm moving a JavaServlet app over from Tomcat on Win2K with a MS SQL 7 DB to Tomcat on Red Hat Linux with mySQL. Of course, there's about a hundred queries that use dates and of course, they're all in the format mm-dd-. is there a way to format the date column in my mysql tables to acce

Re: Date format problem

2001-06-28 Thread MikeBlezien
; # Your output should now be $db_date = 2001-06-28 Hope this helps ;) >>What programming language are you using? >> >> >>Hi guys, does anyone help me with this simple thing ?? >> >>I have a date format problem, I need a spanish format please read the >>

RE: Date format problem

2001-06-28 Thread Sebastiaan J.A. Kamp
What programming language are you using? Hi guys, does anyone help me with this simple thing ?? I have a date format problem, I need a spanish format please read the following lines: Receive from input "28/06/2001" Want to change it to "2001-06-28" to write the D

Re: Date format problem

2001-06-28 Thread MikeBlezien
gt;> >>I have a date format problem, I need a spanish format please read the following >lines: >> >>Receive from input "28/06/2001" >>Want to change it to "2001-06-28" to write the Database >>Use to do it "DATE_FORMAT (inputdate, %Y-%

Date format problem

2001-06-28 Thread Alejandro Ralla
Hi guys, does anyone help me with this simple thing ?? I have a date format problem, I need a spanish format please read the following lines: Receive from input "28/06/2001" Want to change it to "2001-06-28" to write the Database Use to do it "DATE_FORMAT (inputdat