How do we control the date format near the [Today] button at the bottom of the DateTimeEditor drop-down? It doesn't follow the Application.CultureInfo.How do we control the language of the [Today] button at the bottom of the DateTimeEditor drop-down? We'd like to see it in French for instance.We cannot use UltraDateCombo because we need to allow the user to edit the hh:mm:ss as well as the date.
I beleive I answered this question here: DateTime DropDown Calendar is not Localized - Infragistics Community
We've found the Data. DateButton. Caption property.
Thanks.
We're still studying the control for our needs.