newbie: time library

  • Thread starter Thread starter steve
  • Start date Start date
S

steve

Hi,

are there any time libraries dealing with dates/times?

What I want to do is the following:

1)
In a form the user should be able to extract data (from an Access db) based
on periods, continuously OR non-continuously.
For example:
[Start date] 1995 - 03 - 20
[End date] 2004 - 07 -15

( ) continuously ( ) non-continuously

if the user choose continuously then we get the obvious (all days from start
to end)
if the user chooses discontinuous we get all the *periods* (i.e. 03-20 to
07-15) between 1995-2004.

2)
Is there a way (library function) to know the actual number of days for a
certain year and specific periods like Daylight savings etc.

Thanx in advance!
 
I wrote a helpdesk system and ran into similar problems, I had to write my
own.

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 
Back
Top