System Date for Validation

 2 Replies
 0 Subscribed to this topic
 12 Subscribed to this forum
Sort:
Author
Messages
Dawn
Basic Member
Posts: 13
Basic Member
I need to check the effective date on HR11 and compare against the system date to make sure the effective date is within 5 days.  I used the getFormValue for the Effective Date, but how do I pull in the system date for compare?
John Henley
Posts: 3359
sToday = portalWnd.edFormatDate("t")
[the "t" means today].
Thanks for using the LawsonGuru.com forums!
John
Dawn
Basic Member
Posts: 13
Basic Member
Thanks - I will give that a try.