Hi all, Happy Holidays...
Ok I have a datetime field in my query which comes out like so:
2008-12-10T16:39:00.000Z
The actual datetime looks like so:
12/10/2008 10:39 AM
How do I change it or format it correctly to update a field in my other table...
I am querying off Table1 to get the info to place into query2 but taking it from the URL..
so my URL comes up with
...&00NR0000000IFVW=2008-12-10T16:39:00.000Z&00NR0000000IFTz=2008-12-12T02:01:00.000Z&00NR0000000IGeK=Customer revenue...
When it tries to update the field I get the error stating
Error: Invalid Date and Time
Please help... Thanks
Ok I have a datetime field in my query which comes out like so:
2008-12-10T16:39:00.000Z
The actual datetime looks like so:
12/10/2008 10:39 AM
How do I change it or format it correctly to update a field in my other table...
I am querying off Table1 to get the info to place into query2 but taking it from the URL..
so my URL comes up with
...&00NR0000000IFVW=2008-12-10T16:39:00.000Z&00NR0000000IFTz=2008-12-12T02:01:00.000Z&00NR0000000IGeK=Customer revenue...
When it tries to update the field I get the error stating
Error: Invalid Date and Time
Please help... Thanks