I am recording the employee's date_of_birth
, the year_employed
and the current_DateTime
the data is recorded (the actual date and time the user clicks save), since the company is automating its records.
There is no datepicker
or monthcalendar
control in DataWindow object which would have made it easier for the user to pick the dates.
- What is the most efficient way as opposed to the user writing the
dates
on a column? - What is the code to enter the
current_DateTime
in the DataWindow to the database?