Adam Jones wrote:
>What have you tried so far to get it working? AFAIK it should work in
>exactly the same way as any other widget, since all of the work that
>CDP does is on the display side. Please post whatever relevant code you
>have so we can figure this out.
>
>-Adam
>
>
>
I'm trying this:
widgets.CalendarDatePicker(
name = "mydate",
label = 'date label:',
default = None,
validator = DateValidator(today_or_after=True),
not_empty = True,
),
I expect it doesn't allow me to input a date before today but it does.
j
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---