Commit 15c026474ec26f759f11807514c74fc62adb2444

Authored by Hayk Nazaryan
1 parent 178aad2575
Exists in master

fix date format

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

resources/views/info_company_new.blade.php
... ... @@ -299,7 +299,7 @@
299 299 </button>
300 300 </div>
301 301 <div class="main__employer-page-two-item-bottom">
302   - <div class="main__employer-page-two-item-bottom-date">{{ date('d.m.Y H:i:s', strtotime($job->updated_at)) }}</div>
  302 + <div class="main__employer-page-two-item-bottom-date">{{ date('H:i, d.m.Y', strtotime($job->updated_at)) }}</div>
303 303 <button type="button" id="like{{ $job->id }}" data-val="{{ $job->id }}"
304 304 class="like main__employer-page-two-item-bottom-like js-toggle js_vac_favorite {{ \App\Classes\LikesClass::get_status_vacancy($job) }}">
305 305 <svg>