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...
292,516
Super User 2025 Season 1
Martin Dráb
231,409
Most Valuable Professional
nmaenpaa
101,156