World Pharmacists Day is celebrated annually on September 25th to recognize the role pharmacists play in healthcare systems worldwide. The day was established in 2009 by the International Pharmaceutical Federation (FIP) Council, which was established in 1912 on the same date.
switch (selectedOption) {
case "option1":
window.open("https://rgit.co.in/index.php/b-pharma/");
break;
case "option2":
window.open("https://rgit.co.in/index.php/d-pharm/");
break;
case "option3":
window.open("https://rgit.co.in/index.php/anm/");
break;
default:
// Handle other cases or show an error message
break;
}
});
});
switch (selectedOption) {
case "option1":
window.open("https://rgit.co.in/index.php/b-pharma/");
break;
case "option2":
window.open("https://rgit.co.in/index.php/d-pharm/");
break;
case "option3":
window.open("https://rgit.co.in/index.php/anm/");
break;
default:
// Handle other cases or show an error message
break;
}
});
});