Hi
How to get the value of Day & Month from Date variable
Thanks
Hi
How to get the value of Day & Month from Date variable
Thanks
Define Day,Month and year as variable with integer datatype
Day := DATE2DMY(TODAY, 1);
Month := DATE2DMY(TODAY, 2);
Year := DATE2DMY(TODAY, 3);
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... 290,552 Super User 2024 Season 2
Martin Dráb 228,552 Most Valuable Professional
nmaenpaa 101,148