28 Jan
2001
28 Jan
'01
5:28 a.m.
From: "Timothy Wilson" <wilson@visi.com>
Error Type: TypeError Error Value: argument 1: expected read-only character buffer, instance found [snip] <input name="display_date:date" size="20" value=""></td> [snip] D = string.split(display_date, '/')
You are marshalling 'display_date' as a date, then trying to treat it as a string. You need to either convert it to a string or use date methods. Cheers, Evan @ digicool & 4-am