From 0d0f90f7ebf158c807e4014a7109d43d4935b2a7 Mon Sep 17 00:00:00 2001 From: Andrew Pirondini Date: Mon, 3 Oct 2016 10:12:53 -0700 Subject: [PATCH] Fix typo in Portuguese locale --- strftime.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strftime.js b/strftime.js index e205ecf..8726510 100644 --- a/strftime.js +++ b/strftime.js @@ -176,7 +176,7 @@ pm: 'pm', formats: { c: '%a %d %b %Y %X %Z', - D: '%d-$m-%Y', + D: '%d-%m-%Y', F: '%Y-%m-%d', R: '%H:%M', r: '%I:%M:%S %p',