rails change date format
date = Date.new
date.strftime('%d/%m/%Y') # => "25/03/2022"
date.strftime('%Y/%m/%d') # => "2022/03/25"
rails change date format
date = Date.new
date.strftime('%d/%m/%Y') # => "25/03/2022"
date.strftime('%Y/%m/%d') # => "2022/03/25"
date time string to time in rails
DateTime.parse("2022-01-07T00:50:49Z").strftime("%H:%M:%S")
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us