Announcement

Collapse
No announcement yet.

event

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

  • event

    Hello,
    We have created an Event module. What do you have to enter in the field dateStart (entitymanager), so that always 8.00 clock as standard stands there? Now is always 0.00 .

    You can not change the default value in the duration field. No matter what value you put, it remains 1d

    Peter
    Last edited by peterberlin; 12-05-2016, 09:14 AM.

  • #2
    Hi
    something like this
    Code:
    javascript: return this.dateTime.getNowMoment().hours(8).minutes(0).utc().format(this.dateTime.internalDateTimeFormat);
    add it to default in Entity Manager

    Comment


    • #3
      Thank you. When it is created by the module, it works. Events that are made via the calendar for this event module continue with 0:00

      Comment


      • #4
        A dateStart field set in the calendar as cell you selected

        Comment

        Working...
        X