Need help..
Im a newbie here.
How can I change the date format, here how it goes...
I have datetimepicker(format="MM/dd/yy), I've separated the month and year already using this code:
TextBox1.Text = Month(dt.Value)
TextBox2.Text = Year(dt.Value) then the problem is
I want textbox1 to show the month name, but it shows the month number only. I dont know what to do.. need an answer on this ASAP..:(
Thanks in advance

convert it to month with number as a key.

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.