A
A
Alex Fox2019-02-25 20:57:01
Java
Alex Fox, 2019-02-25 20:57:01

Working with Date in Java?

Hello. Immediately I apologize for the question (perhaps too easy, a lot has already been written).
Share your experience on how to work with dates in Java. A bunch of everything, a bunch of libraries - just a mess in my head.
And to work with temporary zones so in general a tin.
Thanks for the help)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Kirill Romanov, 2019-02-25
@Djaler

Java 8's built-in LocalDateTime, ZonedDateTime is more than enough

A
Alexey Cheremisin, 2019-02-25
@leahch

Look at the joda-time library, especially since it has become the standard and it is included in the delivery of new jdk , so the old api can no longer be considered. Everything you need is there!
https://www.joda.org/joda-time/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question