How to compare the date in X++


 static void main(Args _args)  
 {  
   if( today() == str2date('20/12/2019',123)  
      info("Condition fulfilled");  
 }  

Comments