Details
Description
EventInfoBlock.tpl and ReceiptMessage.tpl both were still using a hard-coded TIME format instead of the new crmDate:0:1 for cases where the event starts and ends on the same say. This means we were always displaying 12 hour clock format. We just want to display the event ending time - but the correct way to do this and still respect configured time format (from Global Settings >> Date Settings) is to use crmDate:0:1.