Create a javascript function called formatFullDate( ).
The function will accept a Date object as a parameter.
It will return a formatted string using the date information that looks like DAY Month Date, YYYY.
example output: Monday July 1, 2015