B
Barbara Nie
I have three form fields that are bookmarked ... [start_date], [stop_date]
and [duration_months].
Both dates are text form fields of "Date" type and formatted "mm/yy".
[Duration_months] is a text form field of "Calculation" type with the
expression
"= datedif [stop] [start],m", length "Unlimited" and number format "0".
The [Duration_months] field is returning the character "t".
Example: [start_date] = 02/05 [stop_date] = 10/05
[duration_months] should come up with 8
Any help would be greatly appreciated!!
and [duration_months].
Both dates are text form fields of "Date" type and formatted "mm/yy".
[Duration_months] is a text form field of "Calculation" type with the
expression
"= datedif [stop] [start],m", length "Unlimited" and number format "0".
The [Duration_months] field is returning the character "t".
Example: [start_date] = 02/05 [stop_date] = 10/05
[duration_months] should come up with 8
Any help would be greatly appreciated!!