in java code, you can use: java.text.SimpleDateFormat
SimpleDateFormat sdf = new SimpleDateFormat(“yyyy-MM-dd HH:mm:ss.SSS”);
Timestamp sqlTime= new Timestamp(sdf.parse(TheTimeString));
in java code, you can use: java.text.SimpleDateFormat
SimpleDateFormat sdf = new SimpleDateFormat(“yyyy-MM-dd HH:mm:ss.SSS”);
Timestamp sqlTime= new Timestamp(sdf.parse(TheTimeString));