"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
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
;
# 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
>>
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
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-%
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