Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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