diff --git a/scp/js/scp.js b/scp/js/scp.js
index 5e520f389b91ed859194b6c8b76fe721e5c8b114..759ad2ece8a31a101b6e5b69fa999f0720cf37c7 100644
--- a/scp/js/scp.js
+++ b/scp/js/scp.js
@@ -608,6 +608,7 @@ $.translate_format = function(str) {
         'yyyy': '`',
         'yyy':  '`',
         'yy':   'y',
+        'y':    'yy',
         '`':    'yy'
     };
     // Change PHP formats to datepicker ones