Recognize date text in Brazilian format

1

Does anyone know of any way to recognize Brazilian date text like today, tomorrow, 04/30 ... in PHP using the strtotime or CakePHP using CakeTime .

I'm trying to get the same result using strtotime('amanhã') of when strtotime('tomorrow') is used, and mainly on dates only with day and month as strtotime('03/04') not be recognized as March 4th and yes 03 April. >     

asked by anonymous 04.04.2017 / 20:02

0 answers