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:
angelo 1996-01-03 14:57:01 +00:00
parent 728452e885
commit 8dd89755a5
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ LIST F_DFORMAT 16
BEGIN BEGIN
PROMPT 1 1 "Tipo data " PROMPT 1 1 "Tipo data "
ITEM "1|Giorno Mese Anno" ITEM "1|Giorno Mese Anno"
ITEM "2|Mese Anno Giorno" ITEM "2|Mese Giorno Anno"
ITEM "3|Anno Mese Giorno" ITEM "3|Anno Mese Giorno"
ITEM "7|Mese Anno" ITEM "7|Mese Anno"
ITEM "4|Anno" ITEM "4|Anno"

View File

@ -404,6 +404,7 @@ bool TForm_editor::edit_formato_data()
m.set(F_DMONTH, "4"); m.set(F_DMONTH, "4");
m.set(F_DYEAR, "4"); m.set(F_DYEAR, "4");
m.set(F_DSEP, sep); m.set(F_DSEP, sep);
d.set_format(fmt<<"444"<< sep);
m.set(F_DEXAMPLE, d.string()); m.set(F_DEXAMPLE, d.string());
if (dirty = (m.run() == K_ENTER)) if (dirty = (m.run() == K_ENTER))