Code Schnipsel

Elementor Custom Code für Formular Kalender

<script>
   jQuery(document).ready(function($){
     flatpickr.l10ns.default.firstDayOfWeek = 1; // Erster Tag der Woche ist Montag
		 flatpickr.l10ns.default.weekdays = {
            shorthand: [ 'So', 'Mo', 'Di', 'Mi', 'do', 'Fr', 'Sa' ],
            longhand : [ 'Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag']
     };
		 flatpickr.l10ns.default.months = {
            shorthand: [ 'Jan', 'Feb', 'Mar', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez' ],
            longhand : [ 'Januar', 'Februar', 'Mär', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember' ]
     };
		setTimeout( function(){
			    $('.elementor-date-field').each(function(){flatpickr( $(this)[0] ).set('dateFormat', 'd/m/Y');});
		}, 1000 );
   });
</script>

Aktuelles jahr als HTML code

<span id="p1"></span> 
<script>
	var date = new Date();
	var current_date = date.getFullYear();
	document.getElementById("p1").innerHTML = current_date;
</script>

Ähnliche Beiträge

  • Facebook Ads

    https://www.loom.com/share/9b3627cf936648b09ad457db3d717eca?sharedAppSource=personal_library https://www.loom.com/share/a834c66a050b4fe5b5ccfd71e09a206c?sharedAppSource=personal_library https://www.loom.com/share/b17af450b5d4476db6f13bc77a1a2114?sharedAppSource=personal_library https://www.loom.com/share/8525b4d717ad4e38aefc6c92321085ff?sharedAppSource=personal_library https://www.loom.com/share/10b50c73c93843d28a844477437f67bc?sharedAppSource=personal_library

  • Werbetexte

    I help (target market ) Become (a new identity)Through the use of my system or process. What it means is (Explain your primary benefits)  ⚠️Attention, Osteopaths and Health Practice Owners!⚠️ If I offered to build YOU a proven, automated, high converting LeadGen systemIf I offered to solve your Patient Acquisition in a proven and automated…

  • Aufgaben SoMe

    Instagram Finde min. 5 Konkurrenten profileUnterscheide JV-Partner und KonkurrentenFinde Wiederholende Inhalte (Content templates)Bonus: Reproduziere das Template (z.B. in Canva)Sammle die Hashtags deiner Konkurrenz in einer TabelleLösche IrrelevanteLösche DuplikateFinde die Größe der HashtagsOrdne sie in 3 Gruppen (Groß mittel Klein) relativ zur Nische Hashtag Strategie Instagram erlaubt max. 30 Hashtags9 “Kleine” Hashtags9 “Mittlere” Hashtags9 “Große” HashtagsUnd…

  • Menü Erstellung

    Erstelle unter Appeareance – Menus 2 Menüs (Nav und Footer/Oben und Unten) Füge die 2 Leere Seiten Impressum und Datenschutz dem unteren Menü (Footer) hinzu. Füge die 2 Seiten Home und Blog dem oberen Menü (Nav) hinzu. Aufgabe 2: Erkundet und Bastelt in Elementor Aufgabe 3: Was ist das Ziel und der “Rote-Faden” eurer Seite….