
Hi
How to get the value of Day & Month from Date variable
Thanks
*This post is locked for comments
I have the same question (0)Define Day,Month and year as variable with integer datatype
Day := DATE2DMY(TODAY, 1);
Month := DATE2DMY(TODAY, 2);
Year := DATE2DMY(TODAY, 3);