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. >