OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Programming Questions updatedAt visualization

This topic contains 1 reply, has 2 voices, and was last updated by  Yevhen Shyshkin 9 years, 7 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #24852

    alendo
    Participant

    This field visualization by using

    give an invalid value (Jan 1, 1970 1:00 AM) when the field is null.

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #24853

    Yevhen Shyshkin
    Participant

    Hello, alendo.

    Good point, we will improve it. For now you can add check on null, i.e. entity.updatedAt ? entity.updatedAt|oro_format_datetime : null.

Viewing 1 replies (of 1 total)

The forum ‘OroCRM – Programming Questions’ is closed to new topics and replies.

Back to top