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

Message in Holidays #30

Open
Alexisback opened this issue Oct 3, 2021 · 0 comments
Open

Message in Holidays #30

Alexisback opened this issue Oct 3, 2021 · 0 comments

Comments

@Alexisback
Copy link

How to view a message for each holiday?
example for test:
'10/03' => array ('9:00-23:59','Merry X-mas')

I tried so but it doesn't work

/ OPTIONAL
    // Add exceptions (great for holidays etc.)
    // MUST be in a format month/day[/year] or [year-]month-day
    // Do not include the year if the exception repeats annually
    $exceptions = array(
        '2/24'  => array('11:00-18:00'),
        '10/18' => array('11:00-16:00', '18:00-20:30'),
        '10/03' => array ('9:00-23:59','Merry X-mas')
    );
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

No branches or pull requests

1 participant