November 20, 200124 yr Interesting bug exist in Web Companion Unlimited 5 5.0v6 8/3/2000 on W2000 code: Syntax example(s) Returns the current date using an HTML file Current date is: [FMP-CurrentDate] <!-- After processing it could look like: Current date is: 3/3/98 --> With our settings the date used is in format 18.11.2001 In some forms I am using the [FMP-CurrentDate] as auto entry of posted date. Works OK 3 years. We are currently analyzing the W2000 compatibility. The code is the same as is running on NT4 server. Forms using [FMP-CurrentDate] inserted into date field cannot be used because of errors. Problem is simple but it is hard to found it: [FMP-CurrentDate] yields 18.11.2001 on NT4 [FMP-CurrentDate] yields 18.11. 2001 on W2000 which is not the valid date format for WC! Notice the space between 11. and 2001!
Create an account or sign in to comment