Typically you would use a datetimepicker control
Code:
        Dim DT As New DataTable
        'Fillyour DT
        Dim BS As New BindingSource With {.DataSource = DT}
        DateTimePicker1.DataBindings.Add("Value", BS, "DateCol")
She dont like NULL values tho