Hi i was using pure mysql in my project & now using
adodb to provide portability. 
now ihave a query like this 
$date_time = $conn->Execute("select field from
tabname) 
This field i mentioned is a date time field. 
so its format is "2002-04-22 14:01:00" i can use
userDate in adodb to print the date in a required
format. 
but is there any posssibility(in adodb) of doing this
during select itself 
like EXTRACT in mysql. 
if any option plz lert me know 
tnx 
bobbie

__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.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