i am creating a project . i want to download the files from ftp . i can download it but only by todays date in dateTimePicker1. it only downloads systems date. my code is
txtSelectedDate.Text = DateTime.Now.ToString("yyyyMMdd");
dateTimePicke1.Value = DateTime.NoW;
can anyone say me how to download files by selecting date in dateTimePicker1 not by Current date. thanks in advance.