Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Support for Java 8 Date/Time API in parameters #40

Closed
plakhov opened this issue Mar 1, 2021 · 1 comment
Closed

Support for Java 8 Date/Time API in parameters #40

plakhov opened this issue Mar 1, 2021 · 1 comment
Assignees
Milestone

Comments

@plakhov
Copy link
Contributor

plakhov commented Mar 1, 2021

See details in cuba-platform/restapi#125

@plakhov plakhov added this to the 1.0.0 milestone Mar 1, 2021
@plakhov plakhov self-assigned this Mar 1, 2021
plakhov added a commit that referenced this issue Mar 3, 2021
@lovtsovaik
Copy link

Examples of values:

  • java.time.LocalDate: "2010-10-10",
  • java.time.LocalDateTime: "2010-10-10T15:15:15.001",
  • java.time.LocalTime: "15:15:15",
  • java.time.OffsetDateTime: "2010-10-10T05:15:15+04:00",
  • java.time.OffsetTime: "15:15:15+04:00"

Examples of values for not java.time.*:

  • java.sql.Time: "15:15:15",
  • java.util.Date: "2010-10-10"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants