WCPatriotHousing
<addhtml>
<style type="text/css">
- countdown {
font-family:Helvetica,Arial,Sans Serif; font-size:2em; font-weight:bold; } </style> <script type="text/javascript"> // set the date we're counting down to var target_date = new Date("Nov 30, 2013").getTime(); var dst_change_datetime = new Date("Nov 3, 2013 2:00"); var today = new Date(); if (today < dst_change_datetime) { var target_date = new Date("Nov 29, 2013 23:00").getTime(); } // variables for time units var days, hours, minutes, seconds; // get tag element var countdown = document.getElementById("countdown"); // update the tag with id "countdown" every 1 second setInterval(function () {
// find the amount of "seconds" between now and target var current_date = new Date().getTime(); var seconds_left = (target_date - current_date) / 1000; // do some time calculations days = parseInt(seconds_left / 86400); seconds_left = seconds_left % 86400; hours = parseInt(seconds_left / 3600); seconds_left = seconds_left % 3600; minutes = parseInt(seconds_left / 60); seconds = parseInt(seconds_left % 60); // format countdown string + set tag value countdown.innerHTML = days + "d, " + hours + "h, " + minutes + "m, " + seconds + "s";
}, 1000); </script> </addhtml>
Contents
30 PATRIOTS HOUSED, 45 TO GO!
UPCOMING EVENTS
Amtrak Commits to Ensure that 25% of New Hires are Vets by 2015!
NEXT MEETING
Date: Friday, October 4, 2013
Time: 12 noon
Location: Room 217, 112 E. Post Road, White Plains
There is call-in capability for this meeting if you are not able to attend in person. Click here to request Call-in Info
This group will meet every Friday until November 30, 2013.
PREVIOUS MEETINGS
- October 4, 2013
Agenda
Talking Points for Speaking Engagements
- September 27,2013
Agenda
Current Count of Known Homeless Veterans by Org
Final Westchester SPDAT
Housing Availability in Existing Programs
- September 20, 2013
Agenda
Current Count of Known Homeless Veterans by Org
100 Day Challenge Status Report - Day 30 Update
Amtrak Commits to Ensure that 25% of New Hires are Vets by 2015!
- September 13, 2013
- September 6, 2013
Agenda
SPDAT Implemenation Schedule
Count of Known Vets by Org
- August 30, 2013
- August 23, 2013
- August 16, 2013
TOOLS
Our Home on Facebook
Follow Us on Twitter
Current Status Gauge Graphic
HTML Code for Our Logo Link