• I created the table as suggested and tested. This is what I found worked:

    select date_created as new from caltest

    where

    Date_Created between dateadd(day,-372,'2013-12-25') and dateadd(day,-363,'2013-12-25')

    ORDER BY Date_Created

    Thank you