smc-calendar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Smc-calendar] Re: a doubt - calendar


From: santhosh00
Subject: [Smc-calendar] Re: a doubt - calendar
Date: Tue, 6 Jan 2009 20:12:22 +0530
User-agent: KMail/1.10.3 (Linux/2.6.26-1-686; KDE/4.1.3; i686; ; )

> How do we handle dates before era start? Like BC for gregarian. Or isValid

> should check if date is after era start? How is it done in other calendars?

> I will check it in a while.

It should be handled here

QDate KCalendarSystemIndic::earliestValidDate() const

{

return QDate::fromJulianDay( 1 );

}


reply via email to

[Prev in Thread] Current Thread [Next in Thread]