You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I provided own formatter for datetime property and it formats date when I selected something on popup (after closing popup). The issue is while I'm choosing date, hour and minute on popup then (in the meantime) it presents chosen value on input/result box in raw format (looks like usage of toString() function only for selected value).
I provided formatter for Polish language/culture but control shows US date/time on result box with day name of first position, then month and day number and so on. I don't need seconds also, but I don't see any possibility to disable it the way so they don't appear during "selection" stage in the result box.
How to provide own formatter during selection/popup time for result box (input html elem)?
The text was updated successfully, but these errors were encountered:
stalek71
changed the title
How to provide own formatter on when I'm on popup date/time selection (for input/result area)?
How to provide own formatter when I'm on popup date/time selection (for input/result area)?
Jul 5, 2017
I provided own formatter for datetime property and it formats date when I selected something on popup (after closing popup). The issue is while I'm choosing date, hour and minute on popup then (in the meantime) it presents chosen value on input/result box in raw format (looks like usage of toString() function only for selected value).
I provided formatter for Polish language/culture but control shows US date/time on result box with day name of first position, then month and day number and so on. I don't need seconds also, but I don't see any possibility to disable it the way so they don't appear during "selection" stage in the result box.
How to provide own formatter during selection/popup time for result box (input html elem)?
The text was updated successfully, but these errors were encountered: