ESAFE Construction – July 2019

WorkCover Queensland accident insurance policy renewal

Declare your wages quickly and easily online before the 31 August deadline.

Loading…

Log in to declare your wages and pay your premium


Log in to online services. Declare wages and pay your premium

// set the date and time (e.g Jul, 1, 2014, 9:00) we’re counting down to
var target_date = new Date(“Sep 1, 2019”).getTime();

// set the message to display what we are counting down to
var countdown_message = “Time remaining to declare wages:”;

// set the message to display once the timer is complete
var times_up = “”;

// ———————————————————————————————————–
// ———————————————————————————————————–

// 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
if (seconds_left > 0) {
countdown.innerHTML = “

” + countdown_message + “

” + days + “

” + hours + “

” + minutes + “

” + seconds + “

DAYS

HOURS

MINUTES

SECONDS”;
}
else {
countdown.innerHTML = times_up;
}
}, 1000);

Solar farms subsidised training

Find out about subsidised training for workers to upskill and comply with the Construction and operation of solar farms Code of Practice 2019 at www.csq.org.au

/Public Release. View in full here.