2021-08-13 Fred Gleason <fredg@paravelsystems.com>

* Replaced hard-coded date/time formats with standard formats in
	all reports and GUI modules.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-08-13 10:02:26 -04:00
parent a7ea971910
commit 338465531c
25 changed files with 128 additions and 105 deletions

View File

@@ -100,7 +100,7 @@ void SvcRecDialog::deleteData()
if(QMessageBox::question(this,tr("Delete Report Data"),
tr("Are you sure you want to delete report data for")+
" "+
date_picker->date().toString("MM/dd/yyyy"),
rda->shortDateString(date_picker->date()),
QMessageBox::Yes,QMessageBox::No)!=
QMessageBox::Yes) {
return;