fix: date format

This commit is contained in:
Jannat Patel
2022-02-14 16:14:53 +05:30
parent 6cd7861b2c
commit 55a87999e4
2 changed files with 3 additions and 1 deletions

View File

@@ -21,6 +21,8 @@
<img class="mr-2" src="/assets/school/icons/location.svg">
<div>{{ job.location }}</div>
</div>
<span></span>
<div class="job-meta"> {{ frappe.utils.format_date(job.creation, "medium") }} </div>
</div>
<div class="job-type"> {{ job.type }} </div>
</div>