17 lines
1.2 KiB
Markdown
Raw Normal View History

## Core Date Operations (Part 3)
This module contains articles about date operations in Java.
### Relevant Articles:
- [Create Date From Unix Timestamp in Java](https://www.baeldung.com/java-date-unix-timestamp)
2022-11-11 09:37:42 +08:00
- [Convert java.util.Date to java.sql.Date](https://www.baeldung.com/java-convert-util-date-to-sql)
2023-03-30 22:14:12 +08:00
- [How to Determine Date of the First Day of the Week Using LocalDate in Java](https://www.baeldung.com/java-first-day-of-the-week)
2023-07-01 17:31:59 +08:00
- [Adding One Month to Current Date in Java](https://www.baeldung.com/java-adding-one-month-to-current-date)
2023-07-01 17:54:36 +08:00
- [How to Get Last Day of a Month in Java](https://www.baeldung.com/java-last-day-month)
2023-07-19 19:11:45 +08:00
- [Getting Yesterdays Date in Java](https://www.baeldung.com/java-find-yesterdays-date)
2023-08-02 21:13:10 +08:00
- [How to Get the Start and End Dates of a Year Using Java](https://www.baeldung.com/java-date-year-start-end)
2023-09-08 22:10:24 +08:00
- [Convert Between Java LocalDate and Epoch](https://www.baeldung.com/java-localdate-epoch)
2023-11-10 18:46:51 +08:00
- [Get First Date of Current Month in Java](https://www.baeldung.com/java-current-month-start-date)
2023-11-11 08:27:08 +08:00
- [Time Conversions Using TimeUnit](https://www.baeldung.com/java-timeunit-conversion)
- [[<-- Prev]](/core-java-modules/core-java-date-operations-2)