The code is something like this
connection code here
Calendar cal = Calendar.getInstance();
Date today = cal.getTime();
SimpleDateFormat fmt =new SimpleDateFormat("MM-dd-yyyy");
String todayStr = fmt.format(today);
executequery("insert into table values("+todayStr+","+othervalue+")";