Hallo,
mal wieder funktioniert ein Befehl unter ASP nicht: Format()
1.) Gibts Alternativen? möchte yyy-mmm (z.B. "2004-Feb")
Aber bitte kein chr(asc(instr(format(trim(ucase(strreverse(..)))))))
Datum = Now()
strDateTime = Year(Datum) & "-" & MonthName(Month(Datum))
MsgBox(strDateTime)
2.) Welche Verweise werden denn konkret in ASP unterstützt?
Kann ich (ausser FSO) andere Verweise dynamisch erstellen?
http://www.w3schools.com/vbscript/vbscript_ref_functions.asp
viele Grüße
Axel