i4late / log4jdbc-remix

Automatically exported from code.google.com/p/log4jdbc-remix
0 stars 0 forks source link

datetime format #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.spring data jpa @Query annotation 
2.us type java.util.Date as the parameter
3.net.sf.log4jdbc.RdbmsSpecifics use 
 protected static final String dateFormat = "MM/dd/yyyy HH:mm:ss.SSS";
all the Date type format to the fixed format which i want to change to other 
format.

What is the expected output? What do you see instead?
"yyyy-MM-dd HH:mm:ss"

What version of the product are you using? On what operating system?
0.2.7

Please provide any additional information below.

Original issue reported on code.google.com by dingdaha...@gmail.com on 18 Oct 2013 at 9:23