[jboss-user] [JBoss Seam] - Re: Date Convert Error

2007-07-03 Thread kaviarasu
hi im using the following code to insert date into oracle 10 database. i want the format to be saved as 11-jun1983. and i pasted the codings can you suggest is this is the correct format -- public Date getTdate() { return this.tdate;

[jboss-user] [JBoss Seam] - Re: Date Convert Error

2007-06-28 Thread [EMAIL PROTECTED]
I don't think that dd-MM- is the correct pattern for 23-jun-2007. This is just the standard Java SimpleDateFormat stuff, so take a look at that for the correct pattern :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058613#4058613 Reply to the post :