Hello all,
I met very strange behavior.
My old script is using very simple functionality of getting today date and inserting this value into date field on the form.
Something like:
doc.DateField = Today()
This worked for the years, but not today.
The Today() function somehow returns invalid date value - 14/09/2009257 16:40. Now() function has same problem.
It always adds 257 number after date and of course cause corruption of date value. I even reinstalled my Lotus Notes, but nothing helps.
What happens here? Any ideas?