[UPDT] RECRUITMENT: Date format change system in recruitment views
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user