-
MySql Date retrieving format (1 messages)
- Posted by: v v
- Posted on: June 23 2007 07:54 EDT
hi buddies i have one problem.. it is possible to retrive the date from MySql in the format 23rd june 2007. but i need the suffix (rd) after date as superscript.. is it possible.. we have to retrieve the result from the query.. can any one help me...Threaded Messages (1)
- Re: MySql Date retrieving format by Nicke G on June 25 2007 07:06 EDT
-
Re: MySql Date retrieving format[ Go to top ]
- Posted by: Nicke G
- Posted on: June 25 2007 07:06 EDT
- in response to v v
MySql gives you a date representation. However, how you choose to format the date into text is beyond MySql. Do you want to format the date directly in the query result (through a sql client), or prehaps in a java app? /Niklas