Guest User

Untitled

a guest
Dec 10th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. public function getShowDateAttribute()
  2. {
  3. Carbon::setLocale('fr_FR');
  4. return Carbon::parse($this->conference_date)->format('D d F Y');
  5. }
  6.  
  7. setLocale(LC_TIME,'fr_FR');
Add Comment
Please, Sign In to add comment