Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
2 changes: 1 addition & 1 deletion src/core/qgslegacyhelpers.cpp
Expand Up @@ -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;
}

Expand Down

0 comments on commit ed52cb2

Please sign in to comment.