momentJS date string add 5 days

UPDATED: January 19, 2016 As of moment 2.8.4 – use .add(5, ‘d’) (or .add(5, ‘days’)) instead of .add(‘d’, 5) Thanks @Bala for the information. UPDATED: March 21, 2014 This is what you’d have to do to get that format. Here’s an updated fiddle ORIGINAL: March 20, 2014 You’re not telling it how/what unit to add. Use –