Skip to content

Commit a073c55

Browse files
committed
Add blogpost How To Get Current Date Time In Java
1 parent fc18dfc commit a073c55

File tree

2 files changed

+417
-1
lines changed

2 files changed

+417
-1
lines changed

‎_posts/java-time/2021-05-13-how-to-get-current-timestamps-in-java.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -273,12 +273,14 @@ That's it for now.
273273

274274
If you have any queries about the above article, please comment below. Thanks.
275275

276-
We will see how to get the current date-time in java. Also, we will see how we can format them using the SimpleDateFormat.
276+
We will see [how to get the current date-time in java](https://coderolls.com/get-current-date-time-in-java/). Also, we will see how we can format them using the SimpleDateFormat.
277277

278278
You can check my YouTube channel [here](https://www.youtube.com/channel/UCl31HHUdQbSHOQfc9L-wo3w)
279279

280280
### Related Articles
281281

282+
- [How To Get Current Date Time In Java](https://coderolls.com/get-current-date-time-in-java/)
283+
282284
- [How To Convert An Integer To String In Java](https://coderolls.com/convert-int-to-string/)
283285

284286
- [How to convert String to Integer in Java](https://coderolls.com/convert-string-to-int/)

0 commit comments

Comments
 (0)