Voon
unread,Mar 14, 2017, 9:00:46 PM3/14/17You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi, is this the correct way of using daysafter function:
if this.uf_nofuturedate() = true then
daysafter( 2016-03-15, 2016-03-15 )
istr_eventstatus.error = true
istr_eventstatus.errormessage = 'No future date allowed.'
end if
Thanks.