Announcement

Collapse
No announcement yet.

field date/time

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

  • field date/time

    Hello.
    in a separate module we have inserted two fields of type date/time.
    Start and End
    Can you organize that the date in Start is automatically entered in End?
    Can the beginning of time be pre-defined? So you have to start scrolling from 00:00. Better be 08:00.

    Peter

  • #2
    Hello
    In Meeting entity you have duration field on the form, so date end is filled automatically.
    You can copy this code to you custom entity

    To define working day you need to override calendar https://fullcalendar.io/docs/agenda/scrollTime/ this param

    Comment


    • #3
      hello
      What file is the code in?
      thanks for your help

      Comment


      • #4
        client/modules/crm/src/views/calendar/calendar.js

        Comment

        Working...
        X