?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/themes/quadric/framework/modules/blog/templates/parts/



?? Go up: /home/webdevt/www/wdp/wp-content/themes/quadric/framework/modules/blog/templates

?? Viewing: top-date.php

<?php
	$month ='M';
	$day = 'd';
	$year = 'Y';
?>
<div class="edgtf-post-top-date">
	<span class="edgtf-post-date-month"><?php the_time($month) ?></span>
	<span class="edgtf-post-date-day"><?php the_time($day) ?></span>
	<span class="edgtf-post-date-year"><?php the_time($year) ?></span>
</div>


??

??