Date: Thu, 22 Jan 2009 07:50:29 -0700
Reply-To: ViAnn Beadle <vab88011@gmail.com>
Sender: "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From: ViAnn Beadle <vab88011@gmail.com>
Subject: Re: date range function
In-Reply-To: <27CCF379C68C4029A64C843E925CA1DE@ssw.buffalo.edu>
Content-Type: text/plain; charset="us-ascii"
Use the date function to test for specific dates. For example,
If datevar ge date.mdy(1,1,2009) and datevar lt date.mdy(4,1,2009)
quarternumber=1.
-----Original Message-----
From: SPSSX(r) Discussion [mailto:SPSSX-L@LISTSERV.UGA.EDU] On Behalf Of
Gene Maguin
Sent: Thursday, January 22, 2009 7:29 AM
To: SPSSX-L@LISTSERV.UGA.EDU
Subject: Re: date range function
Barbara,
I am pretty sure there is not a specific function. But, and remembering that
dates are stored as the number of seconds since a specific date, an If
statement would do what you want.
Gene Maguin
>>Can someone please tell me the name of the function to see if a date
falls between the range of two other dates?
=====================
To manage your subscription to SPSSX-L, send a message to
LISTSERV@LISTSERV.UGA.EDU (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
=====================
To manage your subscription to SPSSX-L, send a message to
LISTSERV@LISTSERV.UGA.EDU (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
|