JavaScript Date and time

2021 VietMX 0

Let’s meet a new built-in object: Date. It stores the date, time and provides methods for date/time management. For instance, we can use it to store […]

Jackson Date

2021 VietMX 0

1. Overview In this tutorial, we’ll serialize dates with Jackson. We’ll start by serializing a simple java.util.Date, then Joda-Time, and finally, the Java 8 DateTime. 2. […]

Converting Java Date to OffsetDateTime

2021 VietMX 0

1. Introduction In this tutorial, we learn about the difference between Date and OffsetDateTime. We also learn how to convert from one to the other. 2. Difference Between Date and OffsetDateTime OffsetDateTime was […]