">
// 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();
}
}
*/
});
Easter Trading Notice
Our offices will close for the Easter Holidays on April 2nd at 5pm and reopen at 9am April 7th 2026. Orders placed before 5pm on Thursday 2nd of April will be delivered on Tuesday 7th April. Orders placed after this time will be delivered on Wednesday 8th April 2026.
Happy Easter from mypostshop.co.uk
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.