{lang: 'de'}
Flashhilfe.de - Flash Community

Thema: Date

Beiträge zum Thema "Date"
 
 Seite1
Benutzerbild von Tertius

Timer oder Date() ?? [Flash 11]
09.05.2013 - 1 Kommentar - Forum, ActionScript 3.0 - Tertius
Schlagwörter: date, Timer
Ich möchte einen Countdowntimer erstellen. Der soll bis zu 12 Stunden herunter zählen können. Nun frage ich mich, ob es genügt einfach einen Timer zu erstellen und in dessen Event alle Sekunden von einer Varible 1000 (ms) abzuziehen oder ob man [...]
Benutzerbild von pat_and_nobody

Datum prüfen Stylesheet anwenden
31.05.2012 - 3 Kommentare - Forum, HTML, Javascript, CSS - pat_and_nobody
Schlagwörter: date, datum, div, JavaScript
Ich habe auf meiner HTML Seite eine Tabelle (div-Container) <div class="tableitem"> <div id="tableitem_date1" class="tableitem_datea">21.05.2012</div> <div class="tableitem_descr">Beschreibung</div> </div> <div class="tableitem"> [...]
Benutzerbild von Madokan

Prototype: Date.getFirstDayOfMonth [Flash 8]
09.01.2005 - 0 Kommentare - Forum, Tipps & Tricks zu Flash, Flex und Adobe AIR - Madokan
Schlagwörter: date, prototype
Erster Tag im Monat // Erster Tag im Monat Date.prototype.getFirstDayOfMonth = function() { return ; } ASSetPropFlags(Date.prototype, "getFirstDayOfMonth", 1, true); // Verwenden datum = new Date(); ersterTag = datum.getFirstDayO [...]
Benutzerbild von Madokan

Prototype: Date.getQuarterOfYear [Flash 8]
09.01.2005 - 0 Kommentare - Forum, Tipps & Tricks zu Flash, Flex und Adobe AIR - Madokan
Schlagwörter: date, prototype
Quartal im Jahr // Quartal im Jahr Date.prototype.getQuarterOfYear = function() { return Math.floor(this.getMonth()/ 3)+1; } ASSetPropFlags(Date.prototype, "getQuarterOfYear", 1, true); // Verwenden datum = new Date(); trace(" [...]
Benutzerbild von Madokan

Prototype: Date.getMonthName [Flash 8]
09.01.2005 - 0 Kommentare - Forum, Tipps & Tricks zu Flash, Flex und Adobe AIR - Madokan
Schlagwörter: date, prototype
Monatsnamen (Bezeichnung) // Monat (Bezeichnung) Date.prototype.getMonthName = function(pMonat) { return } ASSetPropFlags(Date.prototype, "getMonthName", 1, true); // Verwenden datum = new Date(); monat = datum.getMonth(); a [...]
Benutzerbild von Madokan

Prototype: Date.getDayName [Flash 8]
09.01.2005 - 0 Kommentare - Forum, Tipps & Tricks zu Flash, Flex und Adobe AIR - Madokan
Schlagwörter: date, prototype
Wochentag (Bezeichnung) // Wochentag (Bezeichnung) Date.prototype.getDayName = function(pTag) { return } ASSetPropFlags(Date.prototype, "getDayName", 1, true); // Verwenden datum = new Date(); wochentag = datum.getDay(); // H [...]
Benutzerbild von Madokan

Prototype: Date.getLeapYear [Flash 8]
09.01.2005 - 0 Kommentare - Forum, Tipps & Tricks zu Flash, Flex und Adobe AIR - Madokan
Schlagwörter: date, prototype
Ermitteln von Schaltjahren // Schaltjahr Date.prototype.getLeapYear = function() { return ((new Date(this.getFullYear(), 2, 0).getDate()) == 29 ? 1 : 0); }; ASSetPropFlags(Date.prototype, "getLeapYear", 1, true); // Verwenden da [...]
Benutzerbild von Madokan

Prototype: Date.getPeriodOfYearHemisphere [Flash 8]
09.01.2005 - 0 Kommentare - Forum, Tipps & Tricks zu Flash, Flex und Adobe AIR - Madokan
Schlagwörter: date, prototype
Jahreszeiten (Nord/Süd-Halbkugel) // Jahreszeiten für die nördliche und südliche Hemisphere Date.prototype.getPeriodOfYearHemisphere = function(pSphere) { var monat = this.getMonth()+1; var tag = this.getDate(); if (pSphere) [...]
 Seite1
Partner Webseiten: art-and-law.de  Mediengestalter.info   phpwelt.de   Scubacube.de  
Haftungsausschluss   Datenschutzerklärung   Impressum
© 1999-2024 Sebastian Wichmann - Flashhilfe.de