Skip to content

Instantly share code, notes, and snippets.

@ijunaid8989
Created July 15, 2016 12:09
Show Gist options
  • Save ijunaid8989/64a51c459c3a7844d35b8bede771662f to your computer and use it in GitHub Desktop.
Save ijunaid8989/64a51c459c3a7844d35b8bede771662f to your computer and use it in GitHub Desktop.
users[index]["created_at"] ? DateTime.parse(users[index]["created_at"]).strftime("%A, %d %b %Y %l:%M %p") : "",
users[index]["confirmed_at"] ? DateTime.parse(users[index]["confirmed_at"]).strftime("%A, %d %b %Y %l:%M %p") : "",
users[index]["last_login_at"] ? DateTime.parse(users[index]["last_login_at"]).strftime("%A, %d %b %Y %l:%M %p") : "",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment