+ Reply to Thread
Results 1 to 9 of 9

Thread: Calendar Date Format

  1. #1
    Junior Member
    Join Date
    Mar 2014
    Posts
    24

    Calendar Date Format

    Hi guys

    Can someone please tell me how to change the calendar date format to DD/MM/YYYY
    I've changed the setting in Language to %d-%m-%y which changed it in most of the placed across the site but the calendar still showing YYYY/MM/DD

    see screenshot below
    DateFormat.jpg

    Thanks
    Last edited by Wade H; October 25, 2014 at 08:11 PM.

  2. #2
    I'm also interested in this.

  3. #3
    Junior Member
    Join Date
    Mar 2014
    Posts
    24
    Is anyone from Flynax team able to assist with this query?

  4. #4
    Hi all,

    The jquery datapicker have own date format and you can change it as hardcode only.
    For frontend you can make the following:
    1. in FTP find file /templates/your_template/blocks/field.tpl
    2. find code for single date field:
    Code:
    Only registered members can view the code.
    or following for multi date field:
    Code:
    Only registered members can view the code.
    3. and change the follow row as you want:
    Code:
    Only registered members can view the code.
    Thank you, Curtis.
    @Flynax Company

  5. #5
    Junior Member
    Join Date
    Mar 2014
    Posts
    24
    Appreciate your help Curtis.
    I think you meant /templates/your_template/tpl/blocks/field.tpl

  6. #6
    Quote Originally Posted by Wade H View Post
    Appreciate your help Curtis.
    I think you meant /templates/your_template/tpl/blocks/field.tpl
    Yes, of course. I forget it
    Thank you, Curtis.
    @Flynax Company

  7. #7
    Junior Member
    Join Date
    Mar 2014
    Posts
    24
    Sorry Curtis, but now I'm getting this error and cant proceed to the next step
    dateError.png

  8. #8
    Hello Hanna,

    I think you should change some code in: ftp://includes>>classes>>rlCommon.class.php in method: checkDynamicForm

    find code:

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

    PHP Code:
    Only registered members can view the code
    also if you changed date format for add listing page you should change more code in this method

    find:

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

    PHP Code:
    Only registered members can view the code
    then find below:

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

    PHP Code:
    Only registered members can view the code
    save and check again.
    Viktor,
    Flynax technical department,
    Best wishes.

  9. #9
    Junior Member
    Join Date
    Mar 2014
    Posts
    24
    Thanks Viktor, that worked nicely, much appreciated.

+ Reply to Thread