How to format a date using Apache Derby?
- by Steel Plume
Hello,
I would like to format nicely a date received from a query like:
SELECT recdate FROM myrecords;
pratically I am searching the function to pretty formatting with a date pattern,
better if SimpleDateFormat like. And if not possible how can I build a class for formatting
with somtehing like:
SELECT MyFormatter(recdate) FROM myrecords