mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 11:31:53 +01:00
form fixes
This commit is contained in:
@@ -70,6 +70,8 @@ void TimeFieldCell::setFormat(TimeField::Format fmt)
|
||||
_format = "%h:%M:%S %A";
|
||||
else if (_fmt == TimeField::FMT_24H_WITHSECONDS)
|
||||
_format = "%H:%M:%S";
|
||||
else if (_fmt == TimeField::FMT_12H)
|
||||
_format = "%H:%M";
|
||||
setFormatter(new DateFormatter(_format));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user