Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
rich:calendar の日付を mysql の日付に変換しようとしています。
そして、ハンドラー empDOJ は Date タイプです。SimpleDateFormat で変換しようとすると、変換されません。
SimpleDateFormat sdf=new SimpleDateFormat("yyyy/mm/dd"); Date conDate=sdf.parse("doj");
SimpleDateFormat sdf=new SimpleDateFormat("yyyy/MM/dd"); Date conDate=sdf.parse(doj);
それ以外の
mm示すMinutes MM示すMonth
mm
Minutes
MM
Month