J
Jeff Uchtman
Not sure if this is the right group. Have a XML wiht date coming in the
following format:
<date_MMDDYYYY>
Have a function pulling numbers
function getDate(d) {
return d.slice(5,7) + '/' + d.slice(7,9) + '/' + d.slice(9);
}
Would like to convert to long date, i.e August 29, 2006.
Any help?
Thanks
Jeff
Thanks
Jeff
following format:
<date_MMDDYYYY>
Have a function pulling numbers
function getDate(d) {
return d.slice(5,7) + '/' + d.slice(7,9) + '/' + d.slice(9);
}
Would like to convert to long date, i.e August 29, 2006.
Any help?
Thanks
Jeff
Thanks
Jeff