Skip to content
Permalink
Browse files
Merge pull request #1524 from SrNetoChan/master
Fixed Legacy date widget default format
Fix #10988
  • Loading branch information
m-kuhn committed Aug 3, 2014
2 parents 1b94afe + ed52cb2 commit bcdd394
Showing 1 changed file with 1 addition and 1 deletion.
@@ -104,7 +104,7 @@ const QString QgsLegacyHelpers::convertEditType( QgsVectorLayer::EditType editTy
{
widgetType = "DateTime";
cfg.insert( "display_format", editTypeElement.attribute( "dateFormat" ) );
cfg.insert( "field_format", "yyyy-mm-dd" );
cfg.insert( "field_format", "yyyy-MM-dd" );
break;
}

0 comments on commit bcdd394

Please sign in to comment.