If i wanted to get the date (ex: 2016-12-21) from the href in a list how would you go about doing that? And then take that value and place it in the <li>
<ul id="xdesc" class="">
<li class="">
2016-12-21
<div class="">
<a class="hs-rss-title" href="http://domain.com/events/womens-event-2016-12-21?__hstc=233546881.1c39d8c7bec9e076de1b637bf5317294.1475698351504.1477050663648.1477054875380.25&__hssc=233546881.1.1477054875380&__hsfp=1945213963"><span>Event 2 Women's Event</span></a>
</div>
</li>
<li class="hs-rss-item">
2016-03-21
<div class="hs-rss-item-text">
<a class="hs-rss-title" href="http://domain.com/events/mens-event-2016-03-21?__hstc=233546881.1c39d8c7bec9e076de1b637bf5317294.1475698351504.1477050663648.1477054875380.25&__hssc=233546881.1.1477054875380&__hsfp=1945213963"><span>Event 1 Men's Event</span></a>
</div>
</li>
</ul>