Originally posted by liliya woland:
I have dates coming from mysql database in format
2006-11-20 00:00:00.0
Unless you are storing the dates in the DB as strings (you aren't, are you?), dates have no format associated with them until printed out.
I wonder if there is a way to use some sort of jstl library to use
Have you checked with the JSTL Specification? You will find that the answer is "yes".