I use this method
forms.main.creationtime = application.getTimeStamp();
This is the result in the field “01-01-1970 00:00:00”
My computer date and time are just fine. What am I missing here?
I use this method
forms.main.creationtime = application.getTimeStamp();
This is the result in the field “01-01-1970 00:00:00”
My computer date and time are just fine. What am I missing here?
what happens if you try
forms.main.creationtime = new Date()
??
Hi Patrick,
I’ll get the proper date (26-08-2004)
I think the best fix is probably to forget about that method
Any other suggestions? LOL
??? Now it shows the right time and I didn’t change anything!!
Well… guess it’s some kind of bug…