Spring Car Checklist for Albany Drivers: What Winter Did to Your Vehicle

capitaland-auto-abnormal-car-noises

Albany · Colonie · Schenectady · Troy · Guilderland · Clifton Park · Niskayuna · Delmar Mon–Fri 7:30am–6pm · (518) 459-0099 Your CarSurvivedAlbanyWinter.Now What? Salt, potholes, cold starts, and three months of freezing temps did a number on your vehicle. Spring is the time to find out exactly what that means — before a small […]

jQuery(window).on('elementor/frontend/init', function () {function addBusinessDays(date, days) {let result = new Date(date); let addedDays = 0;while (addedDays < days) {result.setDate(result.getDate() + 1);if (result.getDay() !== 0 && result.getDay() !== 6) { addedDays++; } }return result; }const minBusinessDate = addBusinessDays(new Date(), 2);jQuery('.appointment-date input').flatpickr({minDate: minBusinessDate,disable: [ function(date) { return ( date.getDay() === 0 || date.getDay() === 6 ); } ]});});