Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread DateTimeComboBox
Fri, Jul 22 2016 10:28 PMPermanent Link

erickengelke

Avatar

The DateTimeComboBox could use some minor improvements:

- the Value allows you to specify a 24 hour clock time at the end of the date, and it works for value, but
  it causes SelectedDate to go to DateTime(0) / undefined.

- m/d/y is an american construct, other countries have different formats

If you don't mind putting them on a list for future extensions, that'd be great.

Erick
Mon, Jul 25 2016 3:33 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Erick,

<<  - the Value allows you to specify a 24 hour clock time at the end of the date, and it works for value, but
  it causes SelectedDate to go to DateTime(0) / undefined. >>

The control really isn't designed for dealing with *only* times.  It's really only for dealing with dates.

<< - m/d/y is an american construct, other countries have different formats >>

You can control this via the global FormatSettings instance:

http://www.elevatesoft.com/manual?action=viewcomp&id=ewb2&comp=TFormatSettings

Tim Young
Elevate Software
www.elevatesoft.com
Image