Date Selector Component

<px-date-selector>
    <px-date-month-selector
        class="customClass"
        select-class="customClassSelect"
        style="customStyle"
        month-names="Janurary February March April May June July August September October November December"
        name="book[start_month]"
        default="1">
    </px-date-month-selector>
    <px-date-year-selector
        class="customClass"
        select-class="customClassSelect"
        style="customStyle"
        name="book[start_year]"
        min="0"
        max="3">
    </px-date-year-selector>
</px-date-selector>

Last updated