Aggiustata look_lim in visualizzazione per zerofill mese
git-svn-id: svn://10.65.10.50/trunk@1010 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
33ee1dd21b
commit
29225a996e
@ -6,8 +6,8 @@ bool Visliq_app::look_lim(int m)
|
||||
bool ok = FALSE;
|
||||
|
||||
_lim_r->zero();
|
||||
(*_lim_mese) = format("%d",m);
|
||||
(*_lim_anno) = format("%d",_year);
|
||||
(*_lim_anno) = _year;
|
||||
(*_lim_mese) = format("%02d",m);
|
||||
|
||||
_lim->read();
|
||||
return _lim->good();
|
||||
|
Loading…
x
Reference in New Issue
Block a user