javascript choose one date and next automatic set with 3 months diffrence -


please send me suggestions , link related query. i'm newbie in javascript or don't know start.

//javascript codes 

use momentjs when working dates in javascript.. lightweight. http://momentjs.com/

so date 3 month ahead current date pretty easy moment.

moment().add(3, "months") 

Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -