I've read a number of different articles and tried lots of examples but I can't figure this out yet. I need to convert a Julian date to a calendar date within SQL. For the longest time I've been using an extra step with both VB and activex scripts to do the conversion but now I have a situation where I need to do it within my select statement. If I'm returning a number of fields, one of which is a date that looks like "103218" how can I convert this to a mm/dd/yyyy format within the SQL. Thanks.