I don’t believe there is that option with the GETDATE function. You can try 
something like this…
 
SET VAR vDate DATE = '01/15/2017'
DIALOG 'Enter Date to Browse:' vDate=26 vEndKey 1 +
CAPTION 'Enter Date' +
ICON APP +
OPTION DIALOG_EDIT_HINT 'Double-Click for Calendar' +
|POPUP_ENABLED TRUE +
|POPUP_DIALOG_TYPE DATE +
|THEMENAME Longhorn
RETURN
 
However, if you double click on the variable, the calendar will pop up with 
today’s date. L
 
Javier,
 
Javier Valencia, PE
O: 913-829-0888
H: 913-397-9605
C: 913-915-3137
 
From: [email protected] [mailto:[email protected]] On Behalf Of 
Dan Goldberg
Sent: Wednesday, December 14, 2016 1:56 PM
To: [email protected]
Subject: [RBASE-L] - getdate function default date
 
Is there a way to default the starting date in the getdate function other than 
today? I have looked around and cannot find it.
 
TIA
 
Dan Goldberg
 
 
-- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to