For a vuetify component I need the date but in a String or else I get this error
Invalid prop: type check failed for prop "now". Expected String with value "Thu Jan 02 2020 13:05:39 GMT-0600 (Central Standard Time)", got Date
How can I convert this to a String, the format is correct I just need it to be a String
$today = new Date();