Skip to content

Instantly share code, notes, and snippets.

@sforsparky
Created May 16, 2013 19:00
Show Gist options
  • Save sforsparky/5594163 to your computer and use it in GitHub Desktop.
Save sforsparky/5594163 to your computer and use it in GitHub Desktop.
Trying to fix the end date?
h6 Start Date
p #{@event.starts_at.strftime("%B %e %Y, %m:%M %p ")}
h6 End Date
p #{@event.starts_at.strftime("%B %e %Y, %m:%M %p ")}
p #{@event.ends_at.strftime("%B %e %Y, %m:%M %p ")} // Fix?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment