When using Ajax's getResponseHeader("Last-Modified"), it returns a date string with the format displayed below:
Thu Oct 13 2016 13:05:17 GMT+0200 (Paris, Madrid, sommartid)
I am wondering if it is achievable in javascript to extract the year, month, and day from this string and store them in distinct variables?