Hey Vidiok,
You can edit the plugin directly to make this change by doing the following:
1) Open the plugin’s cff-init.php file
2) On line 2814 you’ll see the following
$cff_comments .= cff_timeSince(strtotime($comment_item->created_time)) . ' ' . $cff_date_after;
Change it to be:
$cff_comments .= cff_getdate(strtotime($comment_item->created_time), '12', '') . ' ' . $cff_date_after;
3) Save the file
As David mentioned, we can add this in as an update in the next update. It’ll probably be a few weeks as I’m the developer of this plugin but my new-born daughter is currently in the hospital so I don’t have much time to devote to updating the plugin at the moment. Hopefully making this change directly to the plugin source file will solve the problem for you until I’m able to get an update released.
Let me know whether the above edit to the source code works for you.
John
PS. In future if you have any questions or support requests for the Pro version could you submit a ticket via our website? The moderators of this forum don’t like us providing support for paid products here, only the free version. Many thanks!