Results 1 to 10 of 29

Thread: Booking plugin question

Threaded View

  1. #16
    Quote Originally Posted by Tim Copper View Post
    Hello Flynax,

    How do I change the date format of the Check Availability field from booking field.
    https://realty.demoflynax.com/search.html

    It currently formatted as dd-mm-yy, but in the US we use mm-dd-yy
    Hi Tim,

    Try following steps:


    1. Find rows in file ca_js_handler.tpl:

    Code:
    Only registered members can view the code.
    and replace to

    Code:
    Only registered members can view the code.
    2. find:

    Code:
    Only registered members can view the code.
    and replace to:

    Code:
    Only registered members can view the code.
    3. find rows in file rlBooking.class.php in hookListingsModifyWhereSearch() function

    Code:
    Only registered members can view the code.
    and replace to:

    Code:
    Only registered members can view the code.
    4. find below:

    Code:
    Only registered members can view the code.
    and replace to:

    Code:
    Only registered members can view the code.
    Last edited by Curtis; February 22, 2022 at 08:51 AM.
    Thank you, Curtis.
    @Flynax Company