import datetime # str value "Apr 2, 2019" convert into any format. datetime.datetime.strptime('Apr 2, 2019', '%b %d, %Y').strftime('%a, %d %b %Y')