Skip to content

❌ Missing dateTextFormat in WheelDatePickerComponent.WheelDatePicker #14

@shfqtm2

Description

@shfqtm2

import network.chaintech.kmp_date_time_picker.ui.datepicker.WheelDatePickerComponent

WheelDatePickerComponent.WheelDatePicker does not support the dateTextFormat parameter while WheelDateRangePickerView does.

This makes it impossible to customize how the date is displayed (e.g., 22 Aug 2025 instead of 22 August 2025).

Example (fails):

WheelDatePickerComponent.WheelDatePicker(
    startDate = selectedDate,
    dateTextFormat = { date -> "${date.dayOfMonth} ${date.month.name.take(3)} ${date.year}" }
)

Error:

No parameter with name 'dateTextFormat' found

👉 Request: Please add dateTextFormat support to WheelDatePickerComponent.WheelDatePicker for consistency with AllPickers.WheelDatePicker.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions