Alessio Stalla
ae008f52f5
Merge branch 'master' into BAEL-16646-2
2019-10-24 13:20:08 +02:00
Martin van Wingerden
1de7b016a8
[BAEL-3315] Added missing code snippets from the Java 8 Date/Time article
...
Also:
- formatted changed files with Eclipse profile
- corrected failing test: givenTwoDatesInJava8_whenDifferentiating_thenWeGetSix
2019-10-23 11:04:40 +02:00
Alessio Stalla
3ef18b7fb2
Merge branch 'master' into BAEL-16646
...
# Conflicts:
# java-dates/README.md
# pom.xml
2019-10-13 09:03:44 +02:00
Loredana Crusoveanu
ee48e6a29d
Update README.md
2019-10-11 20:13:33 +03:00
Josh Cummings
e2f6187f35
Update links to https ( #7931 )
...
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* Update README.md
* https added
* https added
* Update README.md
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
2019-10-02 20:30:08 +03:00
Alessio Stalla
ab77ab88ef
#BAEL-16646 Move code for article Calculate age in Java from java-dates to java-dates-computations. The java-dates module is now empty.
2019-10-02 17:07:25 +02:00
Alessio Stalla
b0b52e6830
Merge branch 'BAEL-16646' into BAEL-16646-2
...
# Conflicts:
# core-java-modules/core-java-datetime/README.md
2019-10-02 17:05:10 +02:00
Alessio Stalla
d2b96ee409
#BAEL-16646 Move article [Convert String to Date in Java]( http://www.baeldung.com/java-string-to-date ) from libraries to java-dates-string. The code was already in java-dates (but the article still points to libraries).
2019-10-02 17:04:11 +02:00
Alessio Stalla
80638ba2ca
#BAEL-16646 Split Java dates articles regarding Java 8. Also moved [Set the Time Zone of a Date in Java]( https://www.baeldung.com/java-set-date-time-zone ) from core-java-8 to the new java-dates-java8 module (the code was already in java-dates) and moved some missing files for the article Extracting... to java-dates-computations.
...
java-dates now contains only two classes, which are relevant to the previous PR which will be shortly updated. One seems related to java-dates-string but it's unclear which article it belongs to and needs to be investigated.
2019-10-02 16:59:08 +02:00
Alessio Stalla
6ce78b1dde
#BAEL-16646 Start splitting Java dates articles regarding Java 8.
2019-09-30 20:53:40 +02:00
Alessio Stalla
c70ac2cc73
#BAEL-16646 move java-dates "computations" articles under new Core Java module.
2019-09-30 15:52:48 +02:00
Alessio Stalla
491a912090
#BAEL-16646 move https://www.baeldung.com/java-date-difference in new module java-dates-computations
2019-09-29 11:13:08 +02:00
Alessio Stalla
8f674dae52
Merge branch 'master' into BAEL-16646 and move code for article "Comparing Dates in Java" from module java-dates-2 to module java-dates (to be further split).
...
# Conflicts:
# java-dates-conversion/pom.xml
2019-09-19 22:30:40 +02:00
Alessio Stalla
ed9463faa1
Split the first 2 modules: java-dates-conversion and java-dates-string.
2019-09-17 19:13:21 +02:00
Dhawal Kapil
51bd347f6a
BAEL-16980 Slice 7 | The top 100 articles should have their own package in the module ( #7663 )
2019-08-31 13:30:33 -06:00
Loredana Crusoveanu
3ceaa2579d
Update README.md
2019-08-04 13:20:55 +03:00
amit2103
f4a0913e79
[BAEL-15942] - POM Properties Cleanup
2019-07-14 18:40:26 +05:30
amit2103
89e39c37cb
[BAEL-12666] - POM Properties Cleanup
2019-02-24 17:02:52 +05:30
amit2103
97f8a0c46c
[BAEL-12091] - Fix formatting of POMs
2019-02-10 01:47:19 +05:30
collaboratewithakash
3ad3fc7619
Back-link added
2019-02-05 15:57:26 +05:30
amit2103
eb4928b972
[BAEL-11403] - Moved articles out of core-java (part 4)
2018-12-30 16:30:36 +05:30
charlesgonzales
c3f1d4dd49
Update README.md
2018-12-20 21:58:43 +08:00
Ali Dehghani
92c7248a57
Added two tests for time difference calculation in terms of seconds!
2018-12-13 16:33:18 +03:30
collaboratewithakash
d78915cdda
Back-links added - Akash ( #5846 )
...
* Back-link formatting issue resolved
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added (please fix the formatting too)
* Back-link added
* Back-link added
* Back-link added
* back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
2018-12-06 18:27:24 +01:00
charlesgonzales
31858afca7
Bi-monthly test failure - fix (BAEL-10330) ( #5736 )
...
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.MD
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
2018-11-22 05:49:54 +01:00
Laurentiu Delcea
ba98695605
Convert between String and Timestamp
...
Issue: BAEL-2325
2018-11-19 08:05:05 -07:00
charlesgonzales
23143a0c17
Bi-monthly test fix - BAEL-10195 ( #5626 )
...
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.MD
2018-11-08 21:23:23 +01:00
yatendragoel
a8ee73cfc9
Convert java.time.Instant to java.sql.Timestamp and back
...
Issue: BAEL-2203
2018-11-05 07:42:08 -07:00
Loredana Crusoveanu
1fe49674b3
Merge pull request #5514 from eugenp/BAEL-2222-v2
...
update zonedatetime test
2018-10-25 21:23:10 +03:00
charlesgonzales
fc13924962
Bi-monthly fix (BAEL-9663) ( #5523 )
...
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.MD
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
2018-10-23 01:57:41 -07:00
Loredana Crusoveanu
906082b26f
fix formating
2018-10-22 20:05:17 +03:00
Loredana Crusoveanu
277898ac24
update zonedatetime test
2018-10-21 21:37:25 +03:00
Darío Carrasquel
79285e3cc6
BAEL-2234 Dates difference with ZonedDateTimes ( #5445 )
2018-10-14 00:33:39 -06:00
j-bennett
cf628344b6
BAEL-2222: Format ZonedDateTime to String
2018-10-09 23:21:58 -04:00
eric-martin
51ef1d3ae9
BAEL-2258: Moved to java-dates
2018-10-09 20:34:58 -05:00
Loredana Crusoveanu
37896ced0e
remove diff-dates module
2018-10-08 23:09:44 +03:00
Loredana Crusoveanu
75430b99f2
add calc age test
2018-09-30 13:37:09 +03:00
sachin29aug
7516e0ac84
reverted changes for some modules after code review
2018-09-08 22:44:57 -04:00
amit2103
c5e1d6f0ef
[BAEL-8456] - Moved more articles into 'java-dates' module
2018-08-26 00:49:30 +05:30
amit2103
3bd1ed4ece
[BAEL-8456] - Moved Java Date articles into a new module - 'java-dates'
2018-08-25 17:44:06 +05:30