Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Fix year label issue in CircleDateTimeSelector #269

Merged
merged 1 commit into from
Apr 10, 2020
Merged

Conversation

jkpu
Copy link
Contributor

@jkpu jkpu commented Apr 10, 2020

Description of Change

Fix year label issue in CircleDateTimeSelector in latest Tizen 5.5 SPIN binary.
Format was not applied when ValueType is DateTimeType.Date.

Bugs Fixed

Fix issue #267

[before]
image

[after]
dump_screen

API Changes

None

Behavioral Changes

None

@jkpu jkpu requested review from rookiejava and myroot April 10, 2020 01:29
@@ -102,14 +102,14 @@ void UpdateValueType()
{
if (null != Control && null != Element)
{
Control.Format = "%d/%b/%Y%I:%M%p";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

%I:%M%p is not need on Date picker
And I think we provide locale preferred formatting

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done. remove %M%P in Date type.

@jkpu jkpu merged commit 609afb9 into Samsung:master Apr 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants