9 Jul
2003
9 Jul
'03
10:42 a.m.
OdesÃlatel: Andreas Jung <andreas@andreas-jung.com> --On Dienstag, 8. Juli 2003 10:53 Uhr +0100 Pascal Samuzeau <samuzeau@oreka.com> wrote:
<form ...> <input name="created:date" size="20" value="1971/01/01"> </form>
Well, but if I clean the field of my input I've this error :
"Invalid Date-Time String"
This is due to the filtered "created:date". Works for me.
-aj
Andreas, I know that it manytimes works, but it depends on browser. For example, in MSIE4 this does not work. You need to use this for browser-wide compatibility: <input name="created" size="20" value="1971/01/01"> Bank on python, where you could not sometimes define string types 8-) Regards, JL.