Skip to main content
Solved

Calculated date field calendar - UI needs help

  • November 16, 2017
  • 3 replies
  • 40 views

So, I made a calendar view based on a calculated field. Everything in the calculation seems correct and items appear in the proper spots within the calendar. But every entry on the calendar begins by showing the month in the date calculation. Why? You can clearly see which month each entry is using - it’s a calendar! So why show this subset of a field before showing the primary field name? Seems like a bug.

Best answer by Kasra

The “12” you’re seeing is actually the hour calculated by your formula, not the month.

If you don’t want to show the hour, go to the “Formatting” tab of the formula field and disable the “Include a time field” option:

3 replies

Forum|alt.badge.img+4

The text that appears in the calendar entries is generally the Text in the Name field in your table - it looks as though you have this as a calculated value with the Month and Name ??


Forum|alt.badge.img+4
  • Inspiring
  • Answer
  • November 16, 2017

The “12” you’re seeing is actually the hour calculated by your formula, not the month.

If you don’t want to show the hour, go to the “Formatting” tab of the formula field and disable the “Include a time field” option:


  • Author
  • Known Participant
  • November 16, 2017

The “12” you’re seeing is actually the hour calculated by your formula, not the month.

If you don’t want to show the hour, go to the “Formatting” tab of the formula field and disable the “Include a time field” option:


Oh I see. I don’t have time in my calculations but I can add it. Thanks!