Thank you so much emsi!!! I am so thankful for your help.
Just in case anyone else is looking for it I found it at the very bottom of “Theme Functions, Functions.php”
function snowsummit_top_nav()
{
?>
- Today’s date: <?php echo date(‘l M d Y’);?>
- |
- Current time: <?php echo the_time();?>
<?php
}