[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Add week input module #553

Closed
mkutz opened this issue Dec 7, 2018 · 3 comments
Closed

Add week input module #553

mkutz opened this issue Dec 7, 2018 · 3 comments
Assignees
Milestone

Comments

@mkutz
Copy link
mkutz commented Dec 7, 2018

Geb should have a module for month inputs. See specification in HTML 5.2 or documentation at W3Schools

@mkutz
Copy link
Author
mkutz commented Dec 17, 2018

Any idea for an object type for this? There is no java.time.YearWeek (yet). My current approach would be to use two Integer properties (year and week).

@erdi
Copy link
Member
erdi commented Dec 17, 2018

I'd use org.threeten.extra.YearWeek from ThreeTen extra. I'm happy with the additional dependency.

@erdi
Copy link
Member
erdi commented Dec 21, 2018

Thanks, @mkutz!

@erdi erdi closed this as completed Dec 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants