I am trying to display only year in datetimepicker in vb.net
Can anybody help me out. please
anirudhrudr 0 Newbie Poster
Recommended Answers
Jump to PostI am trying to display only year in datetimepicker in vb.net
Can anybody help me out. pleaseWrite statements in Form1_Load Event.
DateTimePicker1.CustomFormat = "yyyy" DateTimePicker1.Format = DateTimePickerFormat.Custom
Jump to Postit works for the final result, but when you click the dropdown button it shows you day and month, I want to pick years only, how can I do that
thanks
Hi,
If you want only a dropdown with years to select without any days and months, then you …
All 6 Replies
kvprajapati 1,826 Posting Genius Team Colleague
makiprabakaran commented: sir i want current year with next year. 2021-22 finicial year also change year with scroll bar +0
Mysterious 0 Newbie Poster
tim.newport 0 Newbie Poster
vanzhyme 0 Light Poster
Luc001 77 Posting Whiz
debasisdas commented: exactly +8
tim.newport 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.