Relative Date Format (DateTimePicker Control)
-
Hi all, I'm using a DateTimePicker Control to select a day (01/01/2008 for example) is there a way to customise the Date Format so that I can use Relative Date ? for example today is 03/01/2008 and I want to select 01/01/2008 so I just write -2d (relative date from today) thanks for any ideas
-
Hi all, I'm using a DateTimePicker Control to select a day (01/01/2008 for example) is there a way to customise the Date Format so that I can use Relative Date ? for example today is 03/01/2008 and I want to select 01/01/2008 so I just write -2d (relative date from today) thanks for any ideas
that you can simply achieve thru code right?
My small attempt...
-
that you can simply achieve thru code right?
My small attempt...
I can't enter (-2D) because the Date format is fixed ("MM dd yyyy" for example) is there a way to enable editing the Date value without checking the format or is there a way to create a relative format :doh: sure when I get -2D in the Value property I can achieve thru code thanks
modified on Thursday, January 03, 2008 7:13:19 AM