I have a web page with three dropdowns for day, month and year. If I use the JavaScript Date constructor that takes numbers, then I get a Date obje
Date
any mileage in
var d = new Date(xiYear, xiMonth, xiDate).toLocaleString();