Corretta la dicitura sulla maschera delle date per quanto riguarda
Giorno Mese Anno. Corretta la visualizzazione sull'esempio per il formato delle date. git-svn-id: svn://10.65.10.50/trunk@2380 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
728452e885
commit
8dd89755a5
@ -6,7 +6,7 @@ LIST F_DFORMAT 16
|
||||
BEGIN
|
||||
PROMPT 1 1 "Tipo data "
|
||||
ITEM "1|Giorno Mese Anno"
|
||||
ITEM "2|Mese Anno Giorno"
|
||||
ITEM "2|Mese Giorno Anno"
|
||||
ITEM "3|Anno Mese Giorno"
|
||||
ITEM "7|Mese Anno"
|
||||
ITEM "4|Anno"
|
||||
|
@ -404,6 +404,7 @@ bool TForm_editor::edit_formato_data()
|
||||
m.set(F_DMONTH, "4");
|
||||
m.set(F_DYEAR, "4");
|
||||
m.set(F_DSEP, sep);
|
||||
d.set_format(fmt<<"444"<< sep);
|
||||
m.set(F_DEXAMPLE, d.string());
|
||||
|
||||
if (dirty = (m.run() == K_ENTER))
|
||||
|
Loading…
x
Reference in New Issue
Block a user