View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002789 | JEDI VCL | 00 JVCL Components | public | 2005-03-22 20:05 | 2005-08-09 06:59 |
| Reporter | anonymous | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | open | ||
| Product Version | 3.00 BETA 2 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0002789: jvdatepickeredit dd/MM/yyyy setting! | ||||
| Description | I have a problem with JvDatePickerEdit, when i set date format to dd/MM/yyyy, in the IDE it shows correctly but when i run the program it shows M/dd/yyyy. How can i override this setting so i can use dd/MM/yyyy as my default input. Thanks ! | ||||
| Tags | No tags attached. | ||||
|
|
Try changing TJvCustomDatePickerEdit.CreateWnd to procedure TJvCustomDatePickerEdit.CreateWnd; begin inherited CreateWnd; SetDateFormat(DateFormat); end; Please give feedback whether that works for you. |
|
|
No feedback, Remko, please feel free to do what you think is right. |
|
|
Ok, no answers at all, closing the issue. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2005-03-22 20:05 | anonymous | New Issue | |
| 2005-04-01 13:53 | remkobonte | Note Added: 0006832 | |
| 2005-04-01 13:53 | remkobonte | Status | new => feedback |
| 2005-05-18 06:27 | obones | Note Added: 0007197 | |
| 2005-08-09 06:59 | obones | Status | feedback => closed |
| 2005-08-09 06:59 | obones | Note Added: 0007723 |