Hi everyone,
I've been trying to extract the published date from each author of a media site, to know how often they publish news on their own page
For instance:
https://rpp.pe/autor/jcisneros
This is what i've been extracting:
Hace 25 minutos
I've been trying to extract the date not the hour.
=xpathonurl("https://rpp.pe/autor/jcisneros","//*[@id="container-news"]/article[1]/div/div/time")
However, I can't get a date, only an hour: "21:05 hs"
Anything I could do to make it work with this format dd-mm-yyyy?