avopolis Hi
You can open the file: /templates/gk_spotlight/html/layouts/joomla/content/info_block/publish_date.php
Look for this line of code:
<?php echo Text::sprintf('TPL_COM_CONTENT_PUBLISHED_DATE_ON', HTMLHelper::_('date', $displayData['item']->publish_up, Text::_('M j,Y'))); ?>
You can see the format M j,Y
and change to the format you wish. Something like: j-M-Y