S,
Tuesday, February 26, 2002, 11:11:47 AM, you wrote:

SA> Hi,
SA> How can I insert a date in mm/dd/yyyy format in MySQL?
SA> Meseems, it only supports yyyy-mm-dd format. As I'm a
SA> beginner to MySQL, could anyone help me out and make
SA> me solve this problem?

You can do it by yourself using string functions, such as CONCAT(), TRIM().
You can find info about these functions at:
    http://www.mysql.com/doc/S/t/String_functions.html

SA> Thank you.
SA> Aravind




-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to