Hi there,
We need to support some customised formats for user to type in the input box. e.g. if I type a "+5" in the input box today (03/03/2010), it needs to be converted to 08/03/2010 (the 5th day from today's date).
We've tried to bind a converter to the datepicker, but it's too late as the input has already been updated by the default parsing logic. And the fact that having inputText as a private member is not helping either.
So, Is there a way to change/extend the datepicker's default inputbox text parsing mechanism? Thanks in advance.
Cheers,
We need to support some customised formats for user to type in the input box. e.g. if I type a "+5" in the input box today (03/03/2010), it needs to be converted to 08/03/2010 (the 5th day from today's date).
We've tried to bind a converter to the datepicker, but it's too late as the input has already been updated by the default parsing logic. And the fact that having inputText as a private member is not helping either.
So, Is there a way to change/extend the datepicker's default inputbox text parsing mechanism? Thanks in advance.
Cheers,