How can I use regexp in python to extract the date from an html <div>
tags.
Html is something like this
<div><strong>Date:<\/strong> Monday April 6, 2015 at 4:41PM <div>
I need to get date in "yyyy-dd-mm hh:mm" format. Output for this should be "2015-04-06 16:41"