Hi
How to get the value of Day & Month from Date variable
Thanks
*This post is locked for comments
Hi
How to get the value of Day & Month from Date variable
Thanks
*This post is locked for comments
Define Day,Month and year as variable with integer datatype
Day := DATE2DMY(TODAY, 1);
Month := DATE2DMY(TODAY, 2);
Year := DATE2DMY(TODAY, 3);
André Arnaud de Cal... 291,419 Super User 2024 Season 2
Martin Dráb 230,492 Most Valuable Professional
nmaenpaa 101,156