* moving SpringBootPersistenceApplication class to its own package * from com.baeldung to com.baeldung.logging to prevent it from loading contexts from other applications. * moving SpringBootPersistenceApplication class to its own package * from com.baeldung to com.baeldung.logging to prevent it from loading contexts from other applications. * Spring Data MongoDB - Configure Connection Ready for revision. * fixed tests to reflect article changes * BAEL-5657 * reverting BAEL-5657 * reverting BAEL-5657 * ready for review * removing bael-5366 * removing bael-5366 * removing extra blank space * bael-5666 editor review * editor review * long literals * junit 5 * private constructor for utils * junit5 assertThat
17 lines
1.2 KiB
Markdown
17 lines
1.2 KiB
Markdown
## Core Date Operations (Part 2)
|
|
This module contains articles about date operations in Java.
|
|
|
|
### Relevant Articles:
|
|
|
|
- [Get the Current Date Prior to Java 8](https://www.baeldung.com/java-get-the-current-date-legacy)
|
|
- [Skipping Weekends While Adding Days to LocalDate in Java 8](https://www.baeldung.com/java-localdate-add-days-skip-weekends)
|
|
- [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)
|
|
- [How to Set the JVM Time Zone](https://www.baeldung.com/java-jvm-time-zone)
|
|
- [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)
|
|
- [Getting the Week Number From Any Date](https://www.baeldung.com/java-get-week-number)
|
|
- [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)
|