Please take look at the attachment. The "12:00" part is being displayed although in the docs I read:
"A logical date, with no time value (such as a holiday or birthday). Represented on the client as a JavaScript Date object where time values are ignored. See DateFormatAndStorage for more information on date display and serialization formats. "
https://www.smartclient.com/smartgwt...Type.html#DATE
Then: " Fields of type date are considered to be logical Dates with no time value, such as a holiday or birthday. In the browser, values for "date" fields are stored as Date objects, but when formatted for display to the user, they are typically displayed without any time information. " (https://www.smartclient.com/smartgwt...ndStorage.html).
So why are the time-values being displayed in the charts? Any way to avoid this ?
Using smartgwt 5.0 10.03.16 power
"A logical date, with no time value (such as a holiday or birthday). Represented on the client as a JavaScript Date object where time values are ignored. See DateFormatAndStorage for more information on date display and serialization formats. "
https://www.smartclient.com/smartgwt...Type.html#DATE
Then: " Fields of type date are considered to be logical Dates with no time value, such as a holiday or birthday. In the browser, values for "date" fields are stored as Date objects, but when formatted for display to the user, they are typically displayed without any time information. " (https://www.smartclient.com/smartgwt...ndStorage.html).
So why are the time-values being displayed in the charts? Any way to avoid this ?
Using smartgwt 5.0 10.03.16 power
Comment