There is an option to allow you format the dates.You can use <%FieldName;#NetFormat%> construction to format field value from current list item. For example: <%Start Date;#D%> uses D - long date output pattern 6/15/2016 1:45:30 PM -> Monday, June 15, 2016. You can find all supported patterns here.