Php An application that you are implementing requires multiple date format to be transformed into one Implementing the functions change Date Format which accepts a list of string ,representing dates and returns new list of strings code example
Example: create date from string php
$element = '15-Feb-2009';
$date = DateTime::createFromFormat('j-M-Y', $element);