Daily Prayer from the Church of England
Common Worship and Book of Common Prayer
Today
Morning CW BCP
Daytime CW
Evening CW BCP
Night CW BCP
Tomorrow
Morning CW BCP
Evening CW BCP
Night CW BCP
Index page for the next few days
var today = new Date(); var makeurl; var currentDay = today.getDay(); var daysUntilSunday = 7 – currentDay; //if (currentDay == 0) { // daysUntilSunday = 7; //} var nextSunday = new Date(); nextSunday.setDate(today.getDate() + daysUntilSunday); var year = nextSunday.getFullYear(); var month = nextSunday.getMonth() + 1; var day = nextSunday.getDate(); if (month<10) { month="0"+month; } if (day<10) { day="0"+day; } makeurl="‘; makeurl+=” Almanac “; makeurl+=”“; document.write(makeurl);