Hi,
I am new to programming and have just started programming in vb.net.
I want to populated a dropdown list with different date formats like DD-MM-YYYY, YYYY-MM-DD, MM-DD-YYYY. I want these formats either to appear in Caps or all small for User. Once the date format is selected by the user, I want to show todays date in that date format on a label. As month has to be given in caps and date and year in small for changing the date format it doesn't work. I didn't find any other property of Dropdown in which I can give Date format in dd-MM-yyyy, yyyy-MM-dd, MM-dd-yyyy. How to do this?
DeepsB
I am new to programming and have just started programming in vb.net.
I want to populated a dropdown list with different date formats like DD-MM-YYYY, YYYY-MM-DD, MM-DD-YYYY. I want these formats either to appear in Caps or all small for User. Once the date format is selected by the user, I want to show todays date in that date format on a label. As month has to be given in caps and date and year in small for changing the date format it doesn't work. I didn't find any other property of Dropdown in which I can give Date format in dd-MM-yyyy, yyyy-MM-dd, MM-dd-yyyy. How to do this?
DeepsB
Last edited: