Announcement

Collapse
No announcement yet.

Customizing Calendar View

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Customizing Calendar View

    Hello,
    How can i change the date display in the calendar to include another type of date - Please see screenshot for example
    The new date is calculated in PHP with the following code :
    $jd = gregoriantojd(10, 8, 2002);
    $newdate = jdtojewish($jd, true), PHP_EOL;

    Can someone help me understand where this code goes and how to display + make it in an update safe manner
    Thank you

  • #2
    You could add the file custom\Espo\Custom\Resources\metadata\clientDefs\C alendar.json with the content
    PHP Code:
    {
       
    "calendarView"."YourCustomView"

    Comment


    • #3
      Thank you Andorxor - i will give it a try - is there any documents anywhere to learn on how to work with this or an example i can follow somewhere?
      Much appreciated!

      Comment

      Working...
      X