I have time in milliseconds, now I want to separate time and date from these milliseconds.
how can i do this???
|
I have time in how can i do this??? |
||||
|
|
you can use like this
|
|||
|
|
|
You could convert the milliseconds to a date object and then extract date in the format of a time string and another string of just the date |
|||||||||||
|
|
This function will give you a String date from milliseconds
|
|||
|
|
|
Use a Calendar to get the values of different time fields:
|
|||
|
|