|
Thanks Chris, I tried that and it shows saturday, December 30, 1899 I was wanting to make one of those date icons that some blogs have, I think I need to break the date down and display it in separate Divs. My first step is to format the output of my database, my code looks like this: response.write("" & rs("my_date")) anyone know what I should change this to, to get just the month.
|