GnuCash  5.6-150-g038405b370+
Data Fields
DateCell Struct Reference

The DateCell object implements a date handling cell. More...

#include <datecell.h>

Data Fields

BasicCell cell
 

Detailed Description

The DateCell object implements a date handling cell.

It is able to display dates in several formats, it is also able to accept date input, and also supports a number of accelerator keys.

On output, this cell will display a date as mm/dd/yy The actual date format is compile-time configurable.

hack alert – make the display format run-time configurable, and appropriately internationalized.

One input, this cell is able to parse dates that are entered. It rejects any input that is not in the form of a date. Input also includes a number of accelerators:

'+':
'=':    increment day

'_':
'-':    decrement day

'}':
']':    increment month

'{':
'[':    decrement month

'M':
'm':    beginning of month

'H':
'h':    end of month

'Y':
'y':    beginning of year

'R':
'r':    end of year

'T':
't':    today

METHODS:

HISTORY: Copyright (c) 1998, 1999, 2000 Linas Vepstas linas.nosp@m.@lin.nosp@m.as.or.nosp@m.g Copyright (c) 2000 Dave Peticolas Copyright (c) 2017 Aaron Laws

Definition at line 91 of file datecell.h.


The documentation for this struct was generated from the following file: