[UPDT] RECRUITMENT: Date format change system in recruitment views

This commit is contained in:
Horilla
2023-12-21 16:34:34 +05:30
parent b1cc19ee05
commit a26e584534
2 changed files with 3 additions and 3 deletions

View File

@@ -157,7 +157,7 @@
<ion-icon name="calendar-outline"></ion-icon>
<span>{% trans "Date of Birth" %}</span>
</span>
<span class="oh-profile__info-value"
<span class="oh-profile__info-value dateformat_changer"
>{{candidate.dob}}</span
>
</li>

View File

@@ -128,10 +128,10 @@
<div class="oh-sticky-table__td">
{{rec.vacancy}}
</div>
<div class="oh-sticky-table__td">
<div class="oh-sticky-table__td dateformat_changer">
{{rec.start_date}}
</div>
<div class="oh-sticky-table__td">
<div class="oh-sticky-table__td dateformat_changer">
{{rec.end_date}}
</div>
<div class="oh-sticky-table__td">