How to change a date col value by add 9 days on another col automaticly

QuestionsHow to change a date col value by add 9 days on another col automaticly
Hong asked 11 years ago

I used:
onblur=update_field()
it works. but I don't know how to add 9 days in function update_field().

2 Answers
Abu Ghufran answered 11 years ago

It depends on what is the format of your source date column.
You may need to split it as string, and use parseInt to make integer, then add days again, and join the string to make date.

Abu Ghufran answered 11 years ago

You can also email me the code, if not resolved.
Email: [email protected]

Your Answer

7 + 14 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?