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 24/23/100/1000 Months validity Time #1614

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sudo-bencho
Copy link

add 24/23/100/1000 Months validity Time in ValidityOptions.elm

Referencing #1400

add 24/23/100/1000 Months validity Time
@@ -29,6 +29,10 @@ allValidityOptions texts =
, ( "4 " ++ texts.months, Days <| 4 * 30 )
, ( "8 " ++ texts.months, Days <| 8 * 30 )
, ( "12 " ++ texts.months, Days 365 )
, ( "24 " ++ texts.months, Days 730 )
, ( "36 " ++ texts.months, Days 1095 )
, ( "100 " ++ texts.months, Days 3650 )
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't this be 3042 days roughly?

, ( "24 " ++ texts.months, Days 730 )
, ( "36 " ++ texts.months, Days 1095 )
, ( "100 " ++ texts.months, Days 3650 )
, ( "1000 " ++ texts.months, Days 36500 )
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't this be 30417days roughly?

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

Successfully merging this pull request may close these issues.

2 participants