cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1010
Views
0
Helpful
2
Replies

Holiday date and time script??

T. ERIC MCCALL
Level 1
Level 1

Hi,

Does anyone have an example of how I can get my holiday message to play at a certain time of day. My vendor has it playing on the holiday, i.e. Jan 1, 2013, starts at midnight and plays until the next midnight, but I would like for it to start playing at a set time, i.e., Dec 31, 2012, 5:00pm and stop at Jan 2, 7:00am. This is what we’ve tried so far in my xml file, but it doesn’t work.

<Holidays>

               <Main>

                              <Holiday1 description="News Year">

                                             <Greeting>Holidays.wav</Greeting>

                                             <Start_Date>1/2/12</Start_Date>

                                             <Start_Time>00:00:01</Start_Time>

                                             <End_Date>1/2/12</End_Date>

                                             <End_Time>23:59:59</End_Time>

                              </Holiday1>

                              <Holiday2 description="MLK">

                                             <Greeting>Holidays.wav</Greeting>

                                             <Start_Date>1/18/12</Start_Date>

                                             <Start_Time>00:00:01</Start_Time>

                                             <End_Date>1/18/12</End_Date>

                                             <End_Time>23:59:59</End_Time>

                              </Holiday2>

Anyone have an idea on how I would configure this? Thanks. Any and all help is greatly appreciated.

2 Replies 2

rogerholdman
Level 1
Level 1

this is my scheduld doc

New Year's Day (Closed)

Holiday

Memorial Day (Closed)

Holiday

Independence Day (Closed)

Holiday

Labor Day (Closed)

Holiday

Thanksgiving (Closed)

Holiday

Christmas (Closed)

Holiday

Hi,

Thanks for the reply. I will try this and let you know how it goes.

Eric