Is there anyway auto convert text time French become like d-m in PHP, example:
Aujourd'hui become 19-06
Hier become 18-06
17 juin become 17-06
I know use array and compare convert it to English like strtotime('yesterday')
but would like to know have any other functional support auto convert it.