So I am a noob with Wicket.. so I have a dumb question..

I have a DateTimeField 

I do this 

DateTimeField  startField = new DateTimeField("starttime", new
PropertyModel(properties, "starttime"));
form.add(startField);

Ok I want to be able to set and get this field.. I can do that with
everything.. but AM_PM

this does not work

AM_PM amOrPm = startField .getAmOrPm();

Please help.. pulling my hair out.

Thanks
-- 
View this message in context: 
http://www.nabble.com/DateTimeField-question-tp16359499p16359499.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to