Module gmDateTimeInput
source code
GNUmed date input widget
All GNUmed date input should happen via classes in this module.
Initially this is just a plain text box but using this throughout GNUmed
will allow us to transparently add features.
Copyright:
author(s)
Version:
$Revision: 1.66 $
Author:
K. Hilbert <Karsten.Hilbert@gmx.net>
|
__licence__ = ' GPL (details at http://www.gnu.org) '
|
|
__package__ = ' Gnumed.wxpython '
|
Imports:
re,
string,
sys,
time,
pyDT,
logging,
mxDT,
wx,
gmMatchProvider,
gmDateTime,
gmPhraseWheel,
gmGuiHelpers