rubendguez/Biweekly Date Checker
Check if the current date is biweekly from a given date.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| reference-date | The reference date in YYYY-MM-DD format. | yes | — |
Outputs
| name | description |
|---|---|
| is-biweekly | True if the current date is biweekly from the reference date, false otherwise. |