2017-10-02 Fred Gleason <fredg@paravelsystems.com>

* Added an '%s' datetime wildcard for Service Name.
This commit is contained in:
Fred Gleason
2017-10-02 08:31:09 -04:00
parent 2992fcd5c9
commit 75883359b9
8 changed files with 43 additions and 18 deletions

View File

@@ -23,8 +23,9 @@
#include <qdatetime.h>
QString RDDateDecode(QString str,QDate date);
QString RDDateTimeDecode(QString str,QDateTime datetime);
QString RDDateDecode(QString str,const QDate &date,const QString &svcname="");
QString RDDateTimeDecode(QString str,const QDateTime &datetime,
const QString &svcname="");
#endif // RDDATEDECODE