17 lines
1.2 KiB
Markdown
Raw Normal View History

2020-01-02 22:49:25 +01:00
## Core Date Operations (Part 2)
This module contains articles about date operations in Java.
2019-11-22 00:05:09 +08:00
### Relevant Articles:
2020-07-21 21:12:22 +08:00
2019-11-22 00:05:09 +08:00
- [Get the Current Date Prior to Java 8](https://www.baeldung.com/java-get-the-current-date-legacy)
2019-11-22 00:13:36 +08:00
- [Skipping Weekends While Adding Days to LocalDate in Java 8](https://www.baeldung.com/java-localdate-add-days-skip-weekends)
2022-09-23 16:04:39 +05:30
- [Checking if Two Java Dates are On the Same Day](https://www.baeldung.com/java-check-two-dates-on-same-day)
- [Converting Java Date to OffsetDateTime](https://www.baeldung.com/java-convert-date-to-offsetdatetime)
2020-02-10 13:07:20 +08:00
- [How to Set the JVM Time Zone](https://www.baeldung.com/java-jvm-time-zone)
2020-04-10 15:29:38 +08:00
- [How to determine day of week by passing specific date in Java?](https://www.baeldung.com/java-get-day-of-week)
- [Finding Leap Years in Java](https://www.baeldung.com/java-leap-year)
2020-07-21 21:12:22 +08:00
- [Getting the Week Number From Any Date](https://www.baeldung.com/java-get-week-number)
2022-03-31 13:44:26 +08:00
- [Subtract Days from a Date in Java](https://www.baeldung.com/java-subtract-days-from-date)
- [How to Calculate “Time Ago” in Java](https://www.baeldung.com/java-calculate-time-ago)
- [[<-- Prev]](/core-java-modules/core-java-date-operations-1) [[Next-->]](/core-java-modules/core-java-date-operations-3)