hey guys, i got a program that has a label with the Date.Now method to display the computer date and time.....i also have about 5 drop-down boxes for which i want to return segments of the date....for example...if the date read-out is now.....2/6/2007 7:10:46 PM.........i need one one of the combo boxes to display..."February"
I am not familiar with visual basic, however, is it possible to return the date in the combo box, something like. ComboBox1.Text = (##)...then run a 'Case' loop for the month (i.e. Case 1 = "January" Case 2 = "Feburary" Case 3 = "March"
any ideas????
I am not familiar with visual basic, however, is it possible to return the date in the combo box, something like. ComboBox1.Text = (##)...then run a 'Case' loop for the month (i.e. Case 1 = "January" Case 2 = "Feburary" Case 3 = "March"
any ideas????