Skip to content

Updated FormattingDate function#108

Merged
notkaramel merged 3 commits intomainfrom
origin/karen/last_updated
Feb 24, 2026
Merged

Updated FormattingDate function#108
notkaramel merged 3 commits intomainfrom
origin/karen/last_updated

Conversation

@Karencheenn
Copy link
Contributor

No description provided.

@vercel
Copy link

vercel bot commented Feb 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ecsess Ready Ready Preview, Comment Feb 24, 2026 8:26pm

Comment on lines +35 to +37
if (month >= 9 && month <= 12) {
return `Fall ${year}`;
}
Copy link
Member

Choose a reason for hiding this comment

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

maybe change this to from August to December instead.

I'm thinking it can be "Semester: Fall {year}" instead of "Last updated: ..."

And get the current month. If month is from May-August, change it to "Closed for the summer"

Let me know if it makes sense

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, it makes sense.

I've updated according to what you have mentioned.

@notkaramel notkaramel merged commit 3f77dff into main Feb 24, 2026
3 of 4 checks passed
@notkaramel notkaramel deleted the origin/karen/last_updated branch February 24, 2026 20:27
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.

3 participants