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

  • KI Tools 2

    Anthropic’s AI – Claude https://claude.ai Google’s AI – Gemini https://gemini.google.com/ X.com’s (Elons) AI – Grok https://grok.com OpenAI’s AI – ChatGPT https://chatgpt.com Microsoft’s AI – Copilot https://copilot.microsoft.com Microsofts Bild KI – Bing/Create https://www.bing.com/images/create Perplexity’s KI – Perplexity Eher eine Super Suche. https://www.perplexity.ai

  • Seo tag 2

    Finde 5 konkurenz seiten Packe die 5 Seite in SEOrch, Site analizer, cognitiv seohttps://seorch.de/html/website-crawler.htmlhttps://cognitiveseo.com/site-explorer/https://neilpatel.com/de/seo-analyzer/und Speichere die Links in einem Dokumenthttps://docs.google.com/document/u/0/ Melde dich bei google analytics und Suchkonsole an (noch nichts einrichten)https://analytics.google.com/analytics/web/https://search.google.com/search-console/welcome (noch nichts einrichten)

  • 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….