hello,
I have a date that looks like this 2001-01-15
yyyy-mm-dd
how can i change it so it prints it out as January 15, 2001
The thing is the date may be old, so basically i need a string function with a bunch of if statements probably to print it out like that.