Skip to content

Commit

Permalink
Merge pull request #10 from coisa/master
Browse files Browse the repository at this point in the history
Corrigido o formato padrão de data
  • Loading branch information
italolelis committed Aug 20, 2015
2 parents 4e92521 + 954b18a commit 5dad0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AbstractProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function formataNumero($valor, $numCasasDecimais = 2)
* @param string $date String contendo a data no formato DDMMAA.
* @return DateTime
*/
public function createDate($date, $format = "mdy")
public function createDate($date, $format = "dmy")
{
if (empty($date)) {
return "";
Expand Down

0 comments on commit 5dad0df

Please sign in to comment.