I frequently utilize the input type calendar on my website's intranet, but unfortunately, it only seems to work properly in Google Chrome and not in other browsers. As a solution, I have developed a code for a CSS/JavaScript calendar that I would like to only display if the browser being used is not Chrome.
Since the calendar appears based on its id, I am wondering if there is a way for me to check the browser before displaying it?
I am unsure about which functions I can use to check the browser type, as I am not familiar with this aspect of coding.
Thank you for your assistance,
Sincerely,
SP