hi , i want to add milliseconds in my tjava component.am able to get time in milli second.but am unable to add can any one suggest me with the java code String timeString2 = new SimpleDateFormat("HH:mm:ssSS").format(TalendDate.getCurrentDate()); above is the process am doing if it is wrong guide me on the same. String time2=TalendDate.addDate(timeString,100,"SSS"); System.out.println(time2); even though i give correct format am getting error
Hi,
Java don't support for six but only for the millisecond sss.
If you want to show six, write .SSSSSS and the other part will be auto completed with "000".
Best regards
Sabrina