How to display Current date (DD mon YYYY) in HTML, this has to be implemented in Php code
<div class="container-fluid" style="padding: 0rem 1rem;">
<h3>Attendance : {current_date} </h3>
<hr>
<p id="Page_MsgBox" style="padding: 0rem 1rem;"></p>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12">
{$attendance_table}
</div>
</div>