This website requires JavaScript.
Explore
Help
Sign In
alamh
/
LibraryManagementSystem
Watch
1
Star
0
Fork
You've already forked LibraryManagementSystem
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
master
LibraryManagementSystem
/
app
/
helpers
/
application_helper.rb
6 lines
107 B
Ruby
Raw
Permalink
Blame
History
module
ApplicationHelper
def
decorate_date
(
datetime
)
datetime
&
.
strftime
(
'%b %d %Y, %H:%M'
)
end
end
Reference in New Issue
View Git Blame
Copy Permalink