jfokas
Programmer
- Apr 28, 2002
- 42
I get an an error when running the following formula:
IF CURRENTDATE - 30 < DATE({QUERY.AgingDate}) THEN 1 ELSE 0
The AgingDate field is a string field with the following format: 2004/04/15 13:42:00.00
The error I get states the following:
Error: Bad date format string
--{QUERY.AgingDate}: "2004/04/15 13:42:00.00"
--CurrentDate - 30: #2004-4-17#
I've tried manipulating the format several different ways, to no avail. Can an anyone tell me what we're misssing?
Thanks!
IF CURRENTDATE - 30 < DATE({QUERY.AgingDate}) THEN 1 ELSE 0
The AgingDate field is a string field with the following format: 2004/04/15 13:42:00.00
The error I get states the following:
Error: Bad date format string
--{QUERY.AgingDate}: "2004/04/15 13:42:00.00"
--CurrentDate - 30: #2004-4-17#
I've tried manipulating the format several different ways, to no avail. Can an anyone tell me what we're misssing?
Thanks!