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

set and get due date #2172

Merged
merged 3 commits into from
Feb 9, 2024
Merged

set and get due date #2172

merged 3 commits into from
Feb 9, 2024

Conversation

ArabellaJi
Copy link
Contributor

Update and get the due date of the housing applications

@ahwnsals1234 ahwnsals1234 self-requested a review February 4, 2024 22:22
Copy link
Contributor

@ahwnsals1234 ahwnsals1234 left a comment

Choose a reason for hiding this comment

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

I did have one question, but aside from that section it looks great to me

@@ -41,7 +46,13 @@ const StudentView = () => {

const handleClick = async () => {
try {
console.log(application_id);
let application_id = nanoid(8),
timeTarget = new Date(dueDate + ' 11:24:00 PM').getTime(),
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a specific reason the time '11:24:00 PM' has been linked to timeTarget?

@ArabellaJi ArabellaJi merged commit add0758 into senior-project Feb 9, 2024
3 checks passed
@ArabellaJi ArabellaJi deleted the hl-time-stamp branch February 9, 2024 02:31
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