Hi Thomas!

> Has anybody already did a Date field that's not using the current 
> three-field aproach, but rather some Javascript powered date-picker 
> widget?

Carl already replied you properly. I just wanted to add that I usually
keep JavaScript things aside from form generation, and it isn't much of
an hassle. With jQuery (and I think with most other frameworks) it's as
easy as:

$(document).ready(function() {
    $("[EMAIL PROTECTED]").datePicker();
});

Michele.

-- 
Michele Beltrame
http://www.cattlegrid.info/
ICQ 76660101 - MSN [EMAIL PROTECTED]

_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to