Skip to main content
Skip table of contents

LongDayNames()

LongDayNames() – Wochentagnamen

Die Funktion gibt den Namen des Wochentags abhängig von dem numerischen Wert dieses Tages zurück.

ParameterBeschreibung

aDayIndex:N

Index des Wochentags

Rückgabewert

Alphanumerisch - Wochentagsnamen
  Sonntag (1)
  Montag (2)
  Dienstag (3)
  Mittwoch (4)
  Donnerstag (5)
  Freitag (6)
  Samstag (7)

Beispiel

CODE
LongDayNames(DoW(CToD('28.02.2022')))   // Ergebnis: 'Montag'

Weitere Verknüpfungen


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.