How to compare the date in X++ on October 24, 2019 Get link Facebook X Pinterest Email Other Apps static void main(Args _args) { if( today() == str2date('20/12/2019',123) info("Condition fulfilled"); } Comments
Comments
Post a Comment