Hi Erel,
What a quick response as always

. Thanks.
Actually what I want is to change the date that I get from the AnotherDatePicker to another format, eg.
Original "5/31/2013" to become "Friday 31 May 2013"
If using modal dialog it is easy,
if adp.show(...) = Dialogresponse.positive then
'change the format to what I want"
end if
or in VB.NET there is an event on Label.TextChanged I can do something.
For the time being I can manipulate it within the Class itself, but I think it is not the elegant way.