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 Date Type #192

Open
eeverman opened this issue Mar 29, 2017 · 0 comments
Open

Add Date Type #192

eeverman opened this issue Mar 29, 2017 · 0 comments
Labels
enhancement good first issue Hacktoberfest Anyone can take - Especially Hacktober people help wanted
Milestone

Comments

@eeverman
Copy link
Owner

eeverman commented Mar 29, 2017

There is already a LocalDateTime, so task is a lot of copy/paste.

If you are unfamiliar with the project, please look over the AndHow Site to get a basic understanding of what AndHow is, in particular, how Properties are used.

For this task:

  • Be sure to work from the main branch
  • Create a new LocalDateType, similar to LocalDateTimeType except based on java.time.LocalDate.
  • Create a new LocalDateValidator, similar to LocalDateTimeValidator, but using the java.time.LocalDate type.
  • Create a new LocalDateProp, similar to LocalDateTimeProp, except using your new LocalDateType and LocalDateValidator, and basically replacing references to LocalDateTime to LocalDate.
  • Create new tests for each class (can be copied from existing test classes)
@eeverman eeverman added this to the v0.4 milestone Mar 29, 2017
@eeverman eeverman modified the milestones: v0.4, 0.3.x Apr 2, 2017
@eeverman eeverman modified the milestones: 0.3.x, 0.4.x Jul 19, 2017
@eeverman eeverman modified the milestones: 0.4.x, 0.5.x Sep 10, 2018
@eeverman eeverman modified the milestones: 1.5.1, Next Next Dot Oct 11, 2022
@eeverman eeverman added enhancement help wanted good first issue Hacktoberfest Anyone can take - Especially Hacktober people labels Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement good first issue Hacktoberfest Anyone can take - Especially Hacktober people help wanted
Projects
None yet
Development

No branches or pull requests

1 participant