24. Juli 2014 17:14
24. Juli 2014 17:54
24. Juli 2014 18:41
24. Juli 2014 19:16
Kowa hat geschrieben:Als Datumsformel im Programmcode zusammen mit CALCDATE
<CM+1M> (CM=Current Month)
25. Juli 2014 00:45
Natalie hat geschrieben:Wenn nämlich das Referenzdatum der 15.02.14 ist, liefert <CM+1M> den 28.03.14 statt des 31.03.14.
25. Juli 2014 08:07
25. Juli 2014 08:28
25. Juli 2014 08:45
25. Juli 2014 09:16
navsyst hat geschrieben:Formel <D1> kannte ich bisher nocht nicht!
Onlinehilfe hat geschrieben:Ein Zeitraum und eine Zahl. Zum Beispiel:
T10
Am 10. des Monats
WT4
Am 4. Tag einer Woche (Donnerstag)
25. Juli 2014 09:42
DateExpression
Type: Text, Code, or DateFormula
The date expression can be any length. The string is interpreted from left to right with one subexpression at a time. The following rules describe the valid syntax of date expressions:
DateExpression = [<SubExpression>][<SubExpression>][<SubExpression>]
<SubExpression> = [<Sign>] <Term>
<Sign> = + | -
<Term> = <Number><Unit> | <Unit><Number> | <Prefix><Unit>
<Number> = Positive integer
<Unit> = D | WD | W | M | Q | Y (D=day, WD=weekday, W=week, M=month, Q=quarter, Y=year)
<Prefix> = C (C=current)
These production rules show that date expressions consist of zero, one, two, or three subexpressions. Each subexpression comprises an optional sign and a term.