Skip to main content
Skip table of contents

TermIndexToStr()

TermIndexToStr() – TerminIndex zu String

Die Funktion wandelt einen TerminIndex in eine alphanumerische Datumsangabe um.

ParameterBeschreibung

cTermIndex:C

TerminIndex
Format: 'JJJJMMDD'
+ 'W' (W für Ausgabe in KW-Format)+ 'T' (T für Ausgabe in Tages-Format)

Rückgabewert

Alphanumerisch - Datumsstring

Beispiel

CODE
TermIndexToStr('20220228W')   // Ergebnis: 'KW.09.22'
TermIndexToStr('20220228T')   // Ergebnis: '28.02.22'
JavaScript errors detected

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

If this problem persists, please contact our support.