Need some help with date extraction

String with the date info has the following format:

<div class="article-head__info">
    <span date-time="21.06.2019 08:32:16">21 June 2019</span>
</div>

I’ve tried several different xpath expressions with no luck so far. I would appreciate any help on this!

Hi there, can you post what you tried?

Something like:

date: //span[@date-time]

In the appropriate site config file should work.