Click here to Skip to main content
15,921,279 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi!

I am using VB.Net winforms 2005 with MS Access.

I am using datetimepicker control, but its always display only day and month.

I want to display date also, is it possible? and how?

I know it's stored date format in database which correct, but I also want to display date on control also. how?

e.g. it displays as : Friday, jJuly
I want to display date as: 16th Friday, July

is it possible to do that?

Please Help Me!
Posted
Updated 15-Jul-10 21:54pm
v3
Comments
Sandeep Mewara 16-Jul-10 2:01am    
Do you mean that year is missing in your datepicker?
Dalek Dave 16-Jul-10 3:54am    
Edited for readability

Did you set the DateTimePicker.Format (to e.g. Long)?
 
Share this answer
 
Comments
Npanchasara 16-Jul-10 2:22am    
i have no problem regarding database value of date. its store a date in databse.
but in dtatimepicker control means desing or say layout.
control look like this : friday, july
but when i run that form in that is displayed with current date 16 friday, july also rather than only friday,july...

Understand what i want to say ?
Scubapro 16-Jul-10 3:16am    
I still don't know exactly where your problem lies.
Can you show some code of what you've done so far
(regarding the DateTimePicker)?
This may help[^]

It can set formats as per your requirements.
 
Share this answer
 

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