The deadline for sgo scholarship application has been extended until April 15, 2026
Loading countdown...
// Set the new target date (15 April 2026 23:59:59)
var targetDate = new Date("Apr 15, 2026 23:59:59").getTime();
var countdownFunction = setInterval(function() {
var now = new Date().getTime();
var distance = targetDate - now;
// Time calculations
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Output result
document.getElementById("countdown").innerHTML =
days + " Days " + hours + " Hours " + minutes + " Min " + seconds + " Sec";
// If countdown finished
if (distance < 0) {
clearInterval(countdownFunction);
document.getElementById("countdown").innerHTML = "Countdown Finished!";
}
}, 1000);

Application for the SGO scholarship will remain open until Dec 31, 2025
Loading countdown...
// Set the target date (31 Dec 2025 23:59:59)
var targetDate = new Date("Dec 31, 2025 23:59:59").getTime();
var countdownFunction = setInterval(function() {
var now = new Date().getTime();
var distance = targetDate - now;
// Time calculations
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Output result
document.getElementById("countdown").innerHTML =
days + " Days " + hours + " Hours " + minutes + " Min " + seconds + " Sec ";
// If countdown finished
if (distance < 0) {
clearInterval(countdownFunction);
document.getElementById("countdown").innerHTML = "Countdown Finished!";
}
}, 1000);

Application form for scholarship will open in December 2025 inshallah
Loading countdown...
// Set the target date (31 Dec 2025 23:59:59)
var targetDate = new Date("Dec 31, 2025 23:59:59").getTime();
var countdownFunction = setInterval(function() {
var now = new Date().getTime();
var distance = targetDate - now;
// Time calculations
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Output result
document.getElementById("countdown").innerHTML =
days + " Days " + hours + " Hours " + minutes + " Min " + seconds + " Sec ";
// If countdown finished
if (distance < 0) {
clearInterval(countdownFunction);
document.getElementById("countdown").innerHTML = "Countdown Finished!";
}
}, 1000);

Application form for scholarship Click Here

Application for scholarship Will open in Feb 2025

