Article Details
Id:13506
Product:finPOWER Connect
Type:NEW
Version:2.03.04
Opened:02/12/2015
Closed:17/12/2015
Released:03/02/2016
Job: J016644

Business Layer enhancement; added an option to remove trailing full stops when formatting Date and Times

A new parameter to remove trailing full stops has been added to FormatDateTime, FormatDateTimeLong and FormatDateTimeDocuments in the finPOWER Connect Business Layer.

This parameter is "omitTrailingFullStop", which, if True, removes trailing full stops. This parameter is optional, and the default if not specified is False - to maintain backwards compatibility.

DateAndTimeString = finBL.FormatDateTime(DateAndTime, , , , True)

This is used on the Bank Statements Bank Account Enquiry Report to remove double full stops, e.g. "This Request expired on 26/03/2015 9:46a.m.." now displays "This Request expired on 26/03/2015 9:46a.m.".

The following built-in Summary Page has been updated:

"SummaryPage_BankAccountEnquiryReport_BankStatements" has been updated to version 1.09 on 17/12/2015.