Skip to content

Event dates without time

femkevanderzalm edited this page Sep 7, 2016 · 8 revisions

Is it possible to format the DateTime of the Start & End Dates of the Events Module?

It depends where you want to change the format. All changes are made in the templates section of the module settings:

  • In list/day views, edit the List//Day Start/End Date Formats - use 'd' instead of 'g' to show the date
  • In other views you can change [event:startdate] to [event:startdate|d]

Look here for date format strings - MSDN

Clone this wiki locally