Guest User

Untitled

a guest
Dec 11th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. console.log(date);
  2. date = dojo.date.stamp.fromISOString(date);
  3. console.log(date);
  4. return dojo.date.locale.format(date, { 'datePattern': 'MM d, y', 'timePattern':'KK:mm a'});
Add Comment
Please, Sign In to add comment