davidmartinezbarua
d94e994649
Merge pull request #14464 from abdul0214/convert-between-localdate-and-epoch
...
BAEL-5928: Adds conversion b/w Epoch & LocalDateTime
2023-09-01 19:32:54 -03:00
Bipin kumar
80d9ba94cc
JAVA-24381:Changes made for fixing pom indentation ( #14633 )
2023-08-28 18:28:01 +03:00
abdul0214
d0b8e00616
BAEL-5928: Adds conversion b/w Epoch & LocalDateTime
2023-08-26 12:44:57 +02:00
edizor
3473531036
Update README.md
...
[skip ci]
2023-08-02 21:13:10 +08:00
Michael Olayemi
d38bf7c256
How to Get the Start and the End Date of a Year using Java ( #14493 )
...
* How to Get the Start and the End Date of a Year using Java
* How to Get the Start and the End Date of a Year using Java
* How to Get the Start and the End Date of a Year using Java
2023-07-30 10:12:23 +05:30
edizor
2cbc55ac52
Update README.md
...
[skip ci]
2023-07-19 19:11:45 +08:00
Vini
326458d425
Merge pull request #14342 from azhwani/BAEL-6399
...
BAEL-6399: Getting Yesterday's Date in Java
2023-07-10 10:21:56 +02:00
Azhwani
ff09d7c37e
BAEL-6399: Getting Yesterday's Date in Java
2023-07-07 22:17:50 +02:00
edizor
961c1c9369
Update README.md
...
[skip ci]
2023-07-01 17:54:36 +08:00
edizor
3bac2c14ac
Update README.md
...
[skip ci]
2023-07-01 17:31:59 +08:00
Azhwani
1160ccc07e
BAEL-6597: How to get the last Day of the Month in Java ( #14191 )
2023-06-26 14:05:24 +02:00
Azhwani
3debfa944f
BAEL-6397: Adding One Month to Current Date in Java ( #14261 )
2023-06-24 10:38:42 +02:00
Dhawal Kapil
bb5bfa992a
JAVA-19536 Fix formatting of pom.xmls
2023-04-05 07:14:09 +05:30
edizor
d550607640
Update README.md
...
[skip ci]
2023-03-30 22:14:12 +08:00
ciphx
fa0c153645
Getiing date of first day of week ( #13694 )
...
* https://jira.baeldung.com/browse/BAEL-4630
* Revert "https://jira.baeldung.com/browse/BAEL-4630 "
This reverts commit a81b091678 .
* https://jira.baeldung.com/browse/BAEL-5874
* https://jira.baeldung.com/browse/BAEL-5874
1. changing test to use constructor instead of lombok plugin
2. reverting lombok plugin addition from pom.xml
* https://jira.baeldung.com/browse/BAEL-5874
moving files to core-java-date-operations-3
---------
Co-authored-by: Deboshree <deboshree.banerjee@cred.club >
2023-03-23 10:10:40 -07:00
freelansam
188201d324
JAVA-15409: Fix formatting of POMs ( #12992 )
2022-11-18 00:26:06 +05:30
edizor
8ec9cb25c1
Update README.md
...
[skip ci]
2022-11-11 09:37:42 +08:00
Gaetano Piazzolla
4744ca53b9
BAEL-5790 - Convert java.util.Date to java.sql.Date ( #12917 )
...
* BAEL-5790 - Convert java.util.Date to java.sql.Date
* BAEL-5790 - Renamed unit test
* BAEL-5790 | fixed test
* Update core-java-modules/core-java-date-operations-3/src/main/java/com/baeldung/utiltosqldate/UnitToSqlDateUtils.java
Co-authored-by: Brandon Ward <brandon.ward1993@gmail.com >
* Update core-java-modules/core-java-date-operations-3/src/test/java/com/baeldung/utiltosqldate/UtilToSqlDateUtilsUnitTest.java
Co-authored-by: Brandon Ward <brandon.ward1993@gmail.com >
* Update core-java-modules/core-java-date-operations-3/src/test/java/com/baeldung/utiltosqldate/UtilToSqlDateUtilsUnitTest.java
Co-authored-by: Brandon Ward <brandon.ward1993@gmail.com >
* BAEL-5790 | renamed class
* BAEL-5790 | spaces
* BAEL-5790 | renaming class
* Update core-java-modules/core-java-date-operations-3/src/test/java/com/baeldung/utiltosqldate/UtilToSqlDateUtilsUnitTest.java
Co-authored-by: KevinGilmore <kpg102@gmail.com >
* Update core-java-modules/core-java-date-operations-3/src/test/java/com/baeldung/utiltosqldate/UtilToSqlDateUtilsUnitTest.java
Co-authored-by: KevinGilmore <kpg102@gmail.com >
* Update core-java-modules/core-java-date-operations-3/src/test/java/com/baeldung/utiltosqldate/UtilToSqlDateUtilsUnitTest.java
Co-authored-by: KevinGilmore <kpg102@gmail.com >
* Update core-java-modules/core-java-date-operations-3/src/test/java/com/baeldung/utiltosqldate/UtilToSqlDateUtilsUnitTest.java
Co-authored-by: KevinGilmore <kpg102@gmail.com >
* BAEL-5790 - renamed unit test
Co-authored-by: Brandon Ward <brandon.ward1993@gmail.com >
Co-authored-by: KevinGilmore <kpg102@gmail.com >
2022-11-07 10:40:22 -07:00
Asjad J
e8c2c940e1
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-date-unix-timestamp
2022-09-30 16:31:39 +05:00
Ulisses Lima
3577acbabb
BAEL-5666 - Create Date from Unix timestamp in Java ( #12650 )
...
* 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
2022-09-16 22:31:27 +02:00