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

feat: HACKATHON Kill Civil Time #2018

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

JeffMarvin
Copy link
Contributor

Motivations

Changes

Added

Changed

Deprecated

Removed

Fixed

Security

Testing

Changes can be
tested via Pre-release


In Atlantis we use Github's built in pull request reviews.

Random photo of Atlantis

Copy link

cloudflare-workers-and-pages bot commented Sep 6, 2024

Deploying atlantis with  Cloudflare Pages  Cloudflare Pages

Latest commit: f5390e7
Status: ✅  Deploy successful!
Preview URL: https://eccd2206.atlantis.pages.dev
Branch Preview URL: https://jeffm-hackathon-kill-civil-t.atlantis.pages.dev

View logs

includes notes on naming influenced by x-mui adapter layer
@JeffMarvin JeffMarvin force-pushed the JEFFM/hackathon-kill-civil-time branch 3 times, most recently from 2b502a1 to 94e106c Compare September 9, 2024 05:13
@JeffMarvin JeffMarvin force-pushed the JEFFM/hackathon-kill-civil-time branch from 94e106c to 82d9a2c Compare September 9, 2024 05:17
Copy link

github-actions bot commented Sep 9, 2024

Published Pre-release for f5390e7 with versions:

  - @jobber/[email protected]+f5390e7c

To install the new version(s) for Web run:

npm install @jobber/[email protected]+f5390e7c

const currentDate = new Date();
const currentYear = currentDate.getFullYear();
const currentMonth = currentDate.getMonth();
const currentDay = currentDate.getDay();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not that it affected the time part of this, but getDay is a bug. getDate() will return the numeric day of the month, getDay returns the day of the week indexed from 0.

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

Successfully merging this pull request may close these issues.

1 participant