in custom date field, how to change date format

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mohamedhamdy
    Junior Member
    • Jan 2024
    • 2

    #1

    in custom date field, how to change date format

    iam a new user for EspoCRM .. its grate CRM. i love it ?

    in custom date field, how to change date format from "dd.mm.yy" to "ddmmyy" without dots ?

    i used Numeric Format in this field

    thanks
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9320

    #2
    Hi,

    Do you need to change the format only for a specific custom field? You would need to create a custom extended field view.

    Original view: https://github.com/espocrm/espocrm/b...fields/date.js
    Extending a field view: https://docs.espocrm.com/development...specific-field

    You can change globally for the system at Administration > System > Date Format, and for specific user in users' Preferences.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • mohamedhamdy
      Junior Member
      • Jan 2024
      • 2

      #3
      thanks ❤️

      Comment

      • criffoh
        Member
        • Jun 2020
        • 58

        #4
        It could help you https://github.com/porquero/EspoCRM-customDate

        Comment

        Working...