">
// A $( document ).ready() block.
$( document ).ready(function() {
$("#weekendNote").hide();
var date = new Date();
var hours = date.getHours();
var minutes = date.getMinutes();
var d = new Date();
var n = d.getDay();
console.log("day is: " + n)
//if day is greater than 4 (thursday)
if (n > 4) {
//check if friday
if (n == 5) {
if(hours > 15) {
$("#weekendNote").show();
}
}
else{
$("#weekendNote").show();
}
}
/*
//if less than or equal to thursday
if (n <= 4){
//if monday
if (n == 1){
//if 1AM
if(hours == 01 && minutes == 0) {
$("#weekendNote").hide();
}
}
else if (n == 0){
$("#weekendNote").show();
}
else{
$("#weekendNote").hide();
}
}
*/
});
Please note: Your order contains water supplies item.
We are unable to process orders containing water to certain Aberdeen postcodes, the Scottish Highlands and Northern Ireland.
Please click here to ensure we ship to your postcode to avoid your order being cancelled.