Files
gnucash/doc/html/C/xacc-date.html
Dave Peticolas ee14e57cd0 Christopher Browne's doc updates.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2344 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-05-17 07:02:14 +00:00

48 lines
1.0 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org">
<title></title>
<link rel="stylesheet" title="normal" type="text/css" href=
"gnucash.css">
<title>Date Data Input</title>
</head>
<body>
<h1>Date Input</h1>
The date cell handles the following accelerator keys:
<ul>
<li><tt>+, =</tt> increment day</li>
<li><tt>_ , -</tt> decrement day</li>
<li><tt>} , ]</tt> increment month</li>
<li><tt>{ , [</tt> decrement month</li>
<li><tt>M , m</tt> beginning of month</li>
<li><tt>H , h</tt> end of month</li>
<li><tt>Y , y</tt> beginning of year</li>
<li><tt>R , r</tt> end of year</li>
<li><tt>T , t</tt> today GnuCash can be compiled to use
either European style dates or US Style dates.</li>
<li><tt>Grep</tt> for <var>UK_DATES</var> in <tt>
dates.h</tt></li>
</ul>
<hr>
<p>Return to <a href="xacc-main.html">Main Documentation
Page.</a></p>
</body>
</html>