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

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -