mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
2017-10-02 Fred Gleason <fredg@paravelsystems.com>
* Added an '%s' datetime wildcard for Service Name.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user