Here is a partial listing of things I've tried, along with at least a dozen other things that return parse errors.
<?php the_time('<h2>"m/d/Y"</h2>'); ?> returns <122>"11/29/2004"
<?php the_time('','<h2>"m/d/Y"','</h2>'); ?> returns 12:28pm
<?php the_time('<h2>',"m/d/Y"</h2>'); ?> returns 11/29/2004 (but not the same header font as displayed with the_date)
<?php the_time('m/d/Y','<h2>','</h2>'); ?> returns 11/29/2004 (but not the same header font as displayed with the_date)
Has anyone figured this out? I cannot find anything anywhere on this. All I want to do is show the date on every post, and show it exactly as it appears now.