Hi all
Im using DTPicker to get date imput from the user
my program uses the following to do calcualations
tempYear = DTPicker1.Year
tempMonth = DTPicker1.Month
tempDay = DTPicker1.Day
what I want to know is how to change the month to a text
eg
tempMonth = 1
and changes to txtMonth = "January"
i know there is a long way of doing it is there an easyer way to do it.
Thanks Ed


Reply With Quote
