dkeene Posted June 4, 2020 Posted June 4, 2020 Hello I am using TUniDBDateTimePicker and I wish, at times, to ONLY DISPLAY the Time. There is a Mobile TUniMTime Picker, but not seemingly in the non-mobile version. I am trying to make the TUniDBDateTimePicker.DateFormat='^' so the date won't appear. If I set the TUniDBDateTimePicker.DateFormat='', then it seems to add its own default date. There seem to be only TUniDBDateTimePicker.DateMode of TUniDateMode.dtmDateTime and TUniDateMode.dtmDateOnly. no dtmTimeOnly. If I try to add the TUniMTimePicker control, the program shows error box of AJAX error, MX not defined. Question: Is there a way to show a Time Only using DateTimePicker? or what do I need to do to use TUniMTimePicker? If there is cause to have a TUniMTimePicker, why is there not a TUniTimePicker? Thanks Doug Quote
Sherzod Posted June 12, 2020 Posted June 12, 2020 On 6/4/2020 at 8:19 PM, dkeene said: There seem to be only TUniDBDateTimePicker.DateMode of TUniDateMode.dtmDateTime and TUniDateMode.dtmDateOnly. no dtmTimeOnly. Hello, Sorry for the late reply. We need to investigate this. I will open a ticket in the support portal. 1 Quote
Sherzod Posted June 12, 2020 Posted June 12, 2020 12 hours ago, dkeene said: any thoughts? 28 minutes ago, Tokay said: I also needs this feature What if you will use the Kind property? Quote
Tokay Posted June 13, 2020 Posted June 13, 2020 Unfortunatelly there is no dtmTimeOnly at the moment Quote
Sherzod Posted June 13, 2020 Posted June 13, 2020 1 hour ago, Tokay said: Unfortunatelly there is no dtmTimeOnly at the moment I mean: Kind = tUniTime Quote
dkeene Posted June 14, 2020 Author Posted June 14, 2020 Ahh thank you, Sherzod. I was confused because Datemode, and I did not see the Kind option. i did make a workaround, but would prefer the Kind method. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.