Standard.BaseDataTimeDate_Rangeto_vectorOn this pageDate_Range.to_vector to_vector Group: Conversions Documentation Converts the range to a vector containing the dates in the range. Examples Getting a vector of dates from 2021-05-07 to 2021-05-10 (exclusive). (Date.new 2021 05 07).up_to (Date.new 2021 05 10) . to_vector