@kalanazi - one way could be to:
→ view the page source (Ctrl+u) (you can use send hot key)
→ figure out the HTML tags of the dates with a red background - this should be easy to do
→ get the complete page source code into a string variable
→ use reg ex to parse the page source code and get the highlighted dates out