#IdiotsDiary
Learn, how to show the current time in hh:mm:ss form in java. This program calculate current time by using the following steps.
1. Obtain current timestamp in java by System.currentTimeMillis()
2. Convert timestamp into seconds.
3. Obtain current seconds using mod operator.
4. Compute minutes from seconds
5. Obtain current minutes using mod operator.
6. Compute current hours from minutes.
7. Convert current hour using mod operator.
8. Display the current time in human readable format in GMT.
===================================
============ For more videos =========
===================================
Please subscribe
--------------------------------
subscribe: https://goo.gl/Y5VbWU
Channel: / idiotsdiary
===================================
=============== Follow us on =========
===================================
Facebook: / idiotsdiary
Instagram: / diaryidiots
Twitter: / @_idiotsdiary
G+: https://bit.ly/2EoOjiX
More Playlist
-----------------------------------
Click here for Playlist
Complete Java Tutorial: https://bit.ly/2C3lAxP
Java programming Tutorial: https://bit.ly/2EoOjiX