
How to seperate time from following
DateFormat dateFormat = new SimpleDateFormat("yyyy-dd-mm HH:mm:ss.S");

IF you want the time only, then you can use the following code:
DateFormat dateFormat = new SimpleDateFormat("HH:mm:ss.S");
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.