Advertisement
Guest User

Untitled

a guest
May 25th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. LOCAL nValidUntil,nValidity
  2.  
  3.     nValidity = _Requirements.validity
  4.     nValidUntil=this.Value+nValidity/0.0328549112
  5.     && 0.0328549112 is the estimation of converting 1 day to months
  6.    
  7.     thisform.pageframe1.pgrequirements.txtexpirydate.Value=nValidUntil
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement