Created
May 16, 2013 19:00
-
-
Save sforsparky/5594163 to your computer and use it in GitHub Desktop.
Trying to fix the end date?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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