Dates
- Do you have a control that displays international dates as specified in the system settings?
- I have a recordset which return a date field with the format : mm//dd//yy, but on my CGXDaoRecordWnd the field must be displayed as dd//mm//yy. How can I do this?
- When using the calendar, how do I translate the months and days from English to a different language?
- I am using a custom format with the DateTime Control. However, when I look at the value that is stored in the grid, it is still the standard date format. Why is that and how can I get the correctly formatted date?
- I see that the date time control is using the default date format as specified in the system settings for storing the cell value. How can I make sure that the date information is correctly retrieved on system with different date format (e.g. Germany)?
- Why does the DateTime control use 12/30/1899 as default date when I use a custom format? I would like to have the initial value of the control be the current date and time. (January 9, 1998)