Hi
How to initialize Date Variable in Report
Thanks
*This post is locked for comments
Hi
How to initialize Date Variable in Report
Thanks
*This post is locked for comments
You can define as follows
Define one variable as Date
i.e. IntDate Date
IntDate=0D;
Hi you can initialize date variable as below:
MyDate := 0D; //An undefined or blank date is specified by 0D
If you want specific date like 3th August 2017 then
MyDate := 080317D; //MMDDYY format
Or if you want to initialize it with today's date:
MyDate := TODAY;
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156