help about date time picker

rocks_lp

Member
Joined
Dec 16, 2008
Messages
15
Programming Experience
Beginner
i need some informations about datetime picker

1. how can i get only the date from the date time picker
(when i try to get the date and insert into my database, date and
time both are getting inserted. but i want only the date).

2. by the date can i get the day. (eg 23-12-2008 , is Tuesday)
 
Date value also has a Date property that returns the the date only part with (time set to 00:00). Date value also has a DayOfWeek property. You should read this: DateTime Members (System)
 
Back
Top