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? -

ruby - How do I merge two hashes into a hash of arrays? -