Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Field value formats for LocalDate, LocalDateTime fields #230

Closed
andreysubbotin opened this issue Nov 8, 2019 · 2 comments
Closed

Field value formats for LocalDate, LocalDateTime fields #230

andreysubbotin opened this issue Nov 8, 2019 · 2 comments
Assignees
Labels
state: fixed Fixed by the developer type: bug Something isn't working ver: 7.2.0 Fixed in version
Milestone

Comments

@andreysubbotin
Copy link
Contributor

andreysubbotin commented Nov 8, 2019

Environment

  • Platform version: 7.0

Description of the bug or enhancement

Field value formats only work for Date type and don't work for LocalDate, LocalDateTime types.

https://www.cuba-platform.com/discuss/t/field-value-formats/10502

@MikhailSilk
Copy link

MikhailSilk commented Dec 17, 2019

Value formats are applied by default only for Date and DateTime after report generation.
изображение
Also, value formats aren't applied to the LocalTime and OffsetTime fields

@NikitaShchienko
Copy link
Collaborator

For the LocalTime and LocalDateTime data types, there is no need to generate a formatter, for them, the date format is taken from datatypes.

@MikhailSilk MikhailSilk added the state: fixed Fixed by the developer label Dec 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: fixed Fixed by the developer type: bug Something isn't working ver: 7.2.0 Fixed in version
Projects
None yet
Development

No branches or pull requests

6 participants