Skip to content
Permalink
Browse files
Fixed Legacy date widget default format
  • Loading branch information
SrNetoChan committed Jul 30, 2014
1 parent aa40d61 commit ed52cb2
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 ed52cb2

Please sign in to comment.