Hello there! I need to create a custom component for datetime (kinda like the tomahawk on JSF {we're migrating an JSF app to Tapestry and we need it to look the same}) I'm just confused on how to translate the value. It's gonna be 3 property Selections (Month/Day/Year) and 2 input for Hour:Minute. How do I proceed to translate it to a Date/Calendar when binding it as a value?
Regards