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: add sunday-start modifier #404

Merged
merged 1 commit into from
May 8, 2024

Conversation

itsmenewbie03
Copy link
Contributor

This allows a cleaner way to make the calendar start on Sunday.

Currently to display make the calendar start on Sunday you have to do this

<x-mary-calendar locale="en-PH" :events="$events" weekend-highlight :config="['settings' => ['iso8601' => false]]" />

which IMO pretty verbose for a simple modification.

This allows a cleaner way to make the calendar start on Sunday.
@robsontenorio
Copy link
Owner

Thanks!

@robsontenorio robsontenorio merged commit 3ab7577 into robsontenorio:main May 8, 2024
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.

None yet

2 participants