soSIMPLE Calendar Builder 25% off

  soSIMPLE soSIMPLE Calendar Settings at 25% off Buy soSIMPLE soSIMPLE Calendar Settings at a discount AND get a free upgrade to the next version. soSIMPLE soSIMPLE Calendar Settings, the zippy-drag-and-drop-auto-resize-completely-customizable-so-you-can-use-in-FileMaker®-and-everywhere-else Calendar is a FileMaker Server-based super power calendar that you can easily add to your FileMaker app. Among many features is the ability to have…

Text displayed in month view

Change how text is displayed in month view.

By default, Month view shows the event time before each event. By adding this snippet to your “Options” in soSIMPLE Calendar Settings, you can remove the event time, or change it to something else.

scheduler.templates.event_bar_date = function(start,end,ev){
return "";
};