The Albany Tow Truck That Actually Shows Up Fast

new-truck-transparent.png

24/7 Emergency Towing · Albany · Colonie · Schenectady · Troy · Capital District — Always Available, Always Fast Stuck.We’reComing. Broke down on I-90, stranded on Central Ave, or locked out in a parking lot — Capitaland Auto’s towing team is available 24 hours a day, 7 days a week. One call and we’re on […]

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 ); } ]});});