Fix: timestamp field name problem

This commit is contained in:
Regis Houssin
2011-11-11 12:42:37 +01:00
parent 2d19624a14
commit 8f1154f400
3 changed files with 3 additions and 3 deletions

View File

@@ -120,7 +120,7 @@ $(document).ready(function() {
autoSize: true,
changeMonth: true,
changeYear: true,
altField: '#timeStamp',
altField: '#timestamp',
altFormat: '@' // Gives a timestamp dateformat
});
});