1998-03-25 05:57:32 +00:00
|
|
|
|
|
|
|
|
<h1>Date Input</h1>
|
|
|
|
|
|
|
|
|
|
The date cell handles the following accelrator keys:
|
|
|
|
|
<pre>
|
|
|
|
|
'+':
|
1998-03-25 05:58:22 +00:00
|
|
|
'=': increment day
|
1998-03-25 05:57:32 +00:00
|
|
|
|
|
|
|
|
'_':
|
1998-03-25 05:58:22 +00:00
|
|
|
'-': decrement day
|
1998-03-25 05:57:32 +00:00
|
|
|
|
|
|
|
|
'}':
|
1998-03-25 05:58:22 +00:00
|
|
|
']': increment month
|
1998-03-25 05:57:32 +00:00
|
|
|
|
|
|
|
|
'{':
|
1998-03-25 05:58:22 +00:00
|
|
|
'[': decrment month
|
1998-03-25 05:57:32 +00:00
|
|
|
|
|
|
|
|
'M':
|
1998-03-25 05:58:22 +00:00
|
|
|
'm': begining of month
|
1998-03-25 05:57:32 +00:00
|
|
|
|
|
|
|
|
'H':
|
1998-03-25 05:58:22 +00:00
|
|
|
'h': end of month
|
1998-03-25 05:57:32 +00:00
|
|
|
|
|
|
|
|
'Y':
|
1998-03-25 05:58:22 +00:00
|
|
|
'y': begining of year
|
1998-03-25 05:57:32 +00:00
|
|
|
|
|
|
|
|
'R':
|
1998-03-25 05:58:22 +00:00
|
|
|
'r': end of year
|
1998-03-25 05:57:32 +00:00
|
|
|
|
|
|
|
|
'T':
|
1998-03-25 05:58:22 +00:00
|
|
|
't': today
|
1998-03-25 05:57:32 +00:00
|
|
|
|
|
|
|
|
</pre>
|