datetime picker
hello. i just want to ask about datetimepicker. i dont know hat codes to use if i want to have a program that would identify a weekly,daily,monthly,yearly sales report. my program should put up a starting and ending datetimepicker. could you help me? tnx
Kirtan PatelPosted Dec 20, 2009, 5:53 AM
DateTime Start = dateTimePicker1.Value;
DateTime EndDate = dateTimePicker2.Value;
now you can do what ever you want to do with both start and end value .
adik codesPosted Dec 20, 2009, 6:58 AM