What is the correct way to format a Date object as a string in the format "MM/DD/YYYY"?
date.toDateString()
date.format('MM/DD/YYYY')
date.toLocaleDateString()
date.toISOString()