mirror of https://github.com/Gnucash/gnucash
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1020 B
46 lines
1020 B
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
|
|
<html>
|
|
<head>
|
|
<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>
|
|
|