mystamps icon indicating copy to clipboard operation
mystamps copied to clipboard

Replace Date class usage

Open php-coder opened this issue 9 years ago • 6 comments

We should use new datetime API from Java8 instead (LocalDateTime).

Depends on:

  • [ ] #930
  • [ ] #931
  • [ ] #933
  • [ ] #1032
  • [ ] #1033
  • [ ] #1622

php-coder avatar Oct 11 '16 11:10 php-coder

These links may be useful:

  • http://java.amitph.com/2013/03/introduction-to-new-java-date-and-time.html
  • http://java.amitph.com/2013/04/introduction-to-jsr-310-part-2-overview.html
  • http://java.amitph.com/2014/01/introduction-to-jsr-310-part-3-overview_25.html

php-coder avatar Aug 29 '17 20:08 php-coder

@php-coder the puzzle #930 is still not solved.

0pdd avatar Jul 19 '18 14:07 0pdd

@php-coder 2 puzzles #930, #931 are still not solved.

0pdd avatar Jul 19 '18 20:07 0pdd

@php-coder 3 puzzles #930, #931, #933 are still not solved.

0pdd avatar Jul 28 '18 14:07 0pdd

@php-coder 5 puzzles #1032, #1033, #930, #931, #933 are still not solved.

0pdd avatar Jun 05 '19 20:06 0pdd

Could be useful: https://github.com/thymeleaf/thymeleaf-extras-java8time

php-coder avatar Dec 03 '19 23:12 php-coder