I have four .mp3 files being used for my doorbell chime. I want to play a different file for halloween, thanksgiving, christmas, and the rest of the year. What I'm thinking I need to do is create multiple and/or statements to accomplish this, e.g If date does not = 10/29-10/31 Or date does not = 11/25-11/30 OR date does not equal 12/20-12/31 then play big-ben-doorbell-sound.mp3. The problem I run into is that I cannot figure out to do this progammatically.
Question
Bruce S
I have four .mp3 files being used for my doorbell chime. I want to play a different file for halloween, thanksgiving, christmas, and the rest of the year. What I'm thinking I need to do is create multiple and/or statements to accomplish this, e.g If date does not = 10/29-10/31 Or date does not = 11/25-11/30 OR date does not equal 12/20-12/31 then play big-ben-doorbell-sound.mp3. The problem I run into is that I cannot figure out to do this progammatically.
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.