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
Post a Comment