Click here to Skip to main content
15,892,839 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am using date time picker in my form and i want to use the day of selected date by user (eg: if user is selecting date 15 feb 2013) then i want to use the day in which that particular date is coming i.e friday. So that day i can use to find the row in my table.
Posted

1 solution

 
Share this answer
 
Comments
Jibesh 15-Feb-13 13:09pm    
OP posted this comment as Solution. so moved his comments here.
OP Wrote
Well Thnx
I found it
it is first setting value of datetimepicker to string

i.e
Dim d = DateTimePicker1.Value.DayOfWeek.ToString


keep this solution this would help others
Thank You
Sergey Alexandrovich Kryukov 15-Feb-13 16:11pm    
It's good that you removed this "solution".
—SA
Jibesh 15-Feb-13 16:12pm    
Thanks. I posted a comment to him how to use the forum then deleted it.
Sergey Alexandrovich Kryukov 15-Feb-13 16:11pm    
My 5.
—SA
fjdiewornncalwe 15-Feb-13 16:48pm    
Thanks, Sergey

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900