Kiinnostuitko DomaCaresta?

Voit jättää yhteystietosi alla olevan lomakkeen kautta niin otamme sinuun yhteyttä ja sovimme yhdessä DomaCare-toiminnanohjausjärjestelmän esittelystä sekä kerromme kuinka järjestelmä olisi mahdollista räätälöidä juuri sinun tarpeisiisi sopivaksi.

Ota meihin yhteyttä

Lähettämällä viestin hyväksyt tietosuojaselosteemme.
Kiitos yhteydenotosta! Palaamme sinulle mahdollisimman pian
Sattui virhe!
'use strict'; // when the DOM is ready document.addEventListener('DOMContentLoaded', function () { // set the fs-hacks selector const YEAR_SELECTOR = '[fs-hacks-element="hack14-year"]'; // get the the span element const yearSpan = document.querySelector(YEAR_SELECTOR); if (!yearSpan) return; // get the current year const currentYear = new Date().getFullYear(); // set the year span element's text to the current year yearSpan.innerText = currentYear.toString(); });