Hi All,

    Is there any way to modify the date format used by MyODBC when
returning dates? By example,  I have a field in the database with the
value 2001-11-01 (this is Nov. 1st, 2001).

    When I read it in my VB program I get the next date 11/1/2001; this
is because the computer date format is set to mm/dd/yyyy (This setting
is controlled in the windows control panel), but I want to be able to
get the next value 1/11/2001 (dd/mm/yyyy) without modifying the computer
settings.

    I'd appreciate any idea or comment. Thanks in advance.

andres


---------------------------------------------------------------------
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