Files
gnucash/Docs/xacc-date.html
Linas Vepstas 014e12a3e0 formatting fixes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@747 57a11ea4-9604-0410-9ed3-97b8803252fd
1998-03-28 08:44:16 +00:00

37 lines
515 B
HTML

<html>
<body>
<h1>Date Input</h1>
The date cell handles the following accelrator keys:
<pre>
'+':
'=': increment day
'_':
'-': decrement day
'}':
']': increment month
'{':
'[': decrment month
'M':
'm': begining of month
'H':
'h': end of month
'Y':
'y': begining of year
'R':
'r': end of year
'T':
't': today
</pre>
</body>
</html>