class KRFCDate

The KDate class contains functions related to the parsing of dates. More...

Definition#include <krfcdate.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Static Methods


Detailed Description

The KDate class contains functions related to the parsing of dates.

time_t  parseDate (const QString &)

parseDate

[static]

This function tries to parse a string containing a date/time in any of the formats specified by RFC822, RFC850, RFC1036 and RFC1123.

If the date/time could not be parsed, 0 is returned. The date/time returned is converted to the current timezone.

BUGS: Not all possible formats are covered yet.