Set Date With Javascript
493904Mar 7 2011 — edited Mar 7 2011I have 2 date fields, A and B.
What I need to do is once I tab out of A, I need to set B to A+1year-1day.
I can do this in a page process on submit with
ADD_MONTHS(:P_A, 12)-1
but I need this to be done on change of field A.
Any help appreciated
Gus