Skip to main content

Change Setup date Display Format

Comments

6 comments

  • cPanelMichael
    Hello :) I don't believe it's possible to change the date format under "List Accounts" in WHM, but feel free to submit a feature request for this via: Submit A Feature Request Thank you.
    0
  • PCZero
    Thank Michael. It is not a huge issue of course. Just was hoping that there might be a quick tweak somewhere in the product.
    0
  • PCZero
    Hey Michael do you know where within the code that the presentation of this data is generated? I figure I might dig in and see how eay it might be to write my own tweak.
    0
  • cPanelMichael
    I don't believe you can modify the output or format of the "List Accounts" option in WHM. However, if you want to make your own script, the setup date itself is found in:
    /var/cpanel/users/$username
    The "STARTDATE=" entry is configured in unix format. Thank you.
    0
  • PCZero
    ]I don't believe you can modify the output or format of the "List Accounts" option in WHM. However, if you want to make your own script, the setup date itself is found in:
    /var/cpanel/users/$username
    The "STARTDATE=" entry is configured in unix format. Thank you.

    Yeah I was aware of where it was stored. I actually set that date/time manually after a new client's web site is fully developed and on line live. I was wondering where the code read that date value and presents it in the current display format.
    0
  • cPanelMichael
    It's hard-coded and not something you can modify in a template file as far as I can tell. Thank you.
    0

Please sign in to leave a comment.