I am using the default for a date field in a form and this outputs a value of "YYYY-MM-DD" however for the query I am running with the form I need the format "YYYY,MM,DD".
Is there an easy way with javascript to parse this input fields value to fit the second format?
Thank you.