Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. var monthDate = new Date('2015/04/01');
  2. console.log('monthDate', monthDate);
  3. console.log('formatted', Highcharts.dateFormat('%b '%y', monthDate));
  4.  
  5. monthDate Wed Apr 01 2015 00:00:00 GMT+0100 (BST)
  6. formatted Mar '15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement