DS3231 with RTClibExtended.h : unable to serial print time

cattledog:
There is different syntax for DateTime now call in the two versions.

Working code with proper syntrax

 DateTime now = RTC.now();

Not working code improper syntax

 DateTime now = RTC.now;

+1