14. Januar 2010 09:16
14. Januar 2010 09:28
If FORMAT("Discount Date Calculation") <> '' Then
NeuesDatum := CALCDATE("Discount Date Calculation",DeinDatum)
ELSE
NeuesDatum := 0D
OnlineHilfe hat geschrieben:DATEFORMULA
Use this data type to contain a date formula that has the same capabilities as an ordinary input string for the CALCDATE function. The DateFormula data type is used to provide multilanguage capabilities to the CALCDATE function.
Comments
When a date calculation formula is stored in a DateFormula field it is converted to a generic, nonlanguage dependent format. When a date calculation formula is retrieved from a DateFormula field, it is converted to a valid date conversion string for the currently selected language.
14. Januar 2010 09:44
mikka hat geschrieben:If FORMAT("Discount Date Calculation") <> '' Then
14. Januar 2010 10:12