Re: Date in Footers
- To: mathgroup at smc.vnet.net
 - Subject: [mg16470] Re: Date in Footers
 - From: "Martin Rommel" <rommel at semitest.com>
 - Date: Sat, 13 Mar 1999 02:22:06 -0500
 - Organization: EarthLink Network, Inc.
 - References: <7c5bdj$7rh@smc.vnet.net>
 - Sender: owner-wri-mathgroup at wolfram.com
 
>Is there an easy way of including in a Mathematica notebook footer an
>expression that evaluates to a formatted version of the day's date?
for example
Edit:Preferences:Notebook Options:Printing Options:Page Footers:left
page:left:
Change from "None" to
Cell[    TextData[ {     ValueBox[ "Date"]}]]
For the time you need
Cell[    TextData[ {     ValueBox[ "Time"]}]]
Martin