field date/time

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • peterberlin
    Active Community Member
    • Mar 2015
    • 1004

    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
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #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

    • peterberlin
      Active Community Member
      • Mar 2015
      • 1004

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

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

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

        Comment

        Working...