Selection in Date Control

marrylessey1694

New Member
Now, I am working with asp.net , C# and I have made custom controls . In my custom controls especially in Date control, I want to select only month and day part in OnFocus Event.Right Now, I have wrote \[code\]control.select(); \[/code\]then , as usual, the text of the control(2012/08/04) will be selected.But now I want to give selection only on the part of the month and day(08/04). I am searching many ways to do it. But I haven't got any ways until now. So I would like to know that Can I give a selection on only month and day part(08/24) of a Date Control.With regards
 
Back
Top