Skip to content

Instantly share code, notes, and snippets.

@felipeorlando
Created October 6, 2016 20:05
Show Gist options
  • Save felipeorlando/cea12b5120cd721573b076d1e89d98dc to your computer and use it in GitHub Desktop.
Save felipeorlando/cea12b5120cd721573b076d1e89d98dc to your computer and use it in GitHub Desktop.
module ApplicationHelper
def locale_time(timestamp)
timestamp.strftime("%d/%m/%Y")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment