i want to change it from "Date Added: Friday 05 October, 2007"
to "Date Added: October 05, 2007"

How am I to figure out what page the date is being formatted in.

I tried grepping "Date Added" and found "includes/languages/english/products_all.php" but only found a text_date_added define that defines the text "Date Added". I looked in english.php and couldn't find where the day of the week was being called either.

Thanks.