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

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -