ruby DateTime parsing from ‘mm/dd/yyyy’ format February 9, 2023 by Tarik require 'date' my_date = Date.strptime("12/22/2011", "%m/%d/%Y")