From 72b990edf0191c2e86204308ce2cac07120284bf Mon Sep 17 00:00:00 2001 From: ulf69 Date: Wed, 29 Sep 2004 06:14:36 +0000 Subject: support for ISODate parsing --- (limited to 'microkde/kdecore/klocale.h') diff --git a/microkde/kdecore/klocale.h b/microkde/kdecore/klocale.h index 153b12a..949301a 100644 --- a/microkde/kdecore/klocale.h +++ b/microkde/kdecore/klocale.h @@ -53,6 +53,7 @@ class KLocale QDate readDate(const QString &str, bool* ok = 0) const; QDate readDate( const QString &intstr, const QString &fmt, bool* ok = 0) const; QTime readTime(const QString &str, bool* ok = 0) const; + QDateTime readDateTime(const QString &intstr, IntDateFormat intIntDateFormat, bool* ok) const; bool use12Clock() const; bool weekStartsMonday() const; -- cgit v0.9.0.2