pub fn day(array: &dyn Array) -> Result<PrimitiveArray<u32>>
Available on crate feature compute_temporal only.
Expand description

Extracts the days of a temporal array as PrimitiveArray<u32>. Value ranges from 1 to 32 (Last day depends on month). Use can_day to check if this operation is supported for the target DataType.