Noticed today whilst upgrading to Pro that my dates are messed up as well.
Worked fine yesterday via this…
<?php
$date = DateTime::createFromFormat('Ymd', get_field('movie_release_date'));
echo $date->format('l j F Y');
?>
…but today gives a fatal error.