View Issue Details

IDProjectCategoryView StatusLast Update
0002789JEDI VCL00 JVCL Componentspublic2005-08-09 06:59
ReporteranonymousAssigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionopen 
Product Version3.00 BETA 2 
Target VersionFixed in Version 
Summary0002789: jvdatepickeredit dd/MM/yyyy setting!
DescriptionI 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 !
TagsNo tags attached.

Activities

remkobonte

2005-04-01 13:53

developer   ~0006832

Try changing TJvCustomDatePickerEdit.CreateWnd to

procedure TJvCustomDatePickerEdit.CreateWnd;
begin
  inherited CreateWnd;
  SetDateFormat(DateFormat);
end;

Please give feedback whether that works for you.

obones

2005-05-18 06:27

administrator   ~0007197

No feedback, Remko, please feel free to do what you think is right.

obones

2005-08-09 06:59

administrator   ~0007723

Ok, no answers at all, closing the issue.

Issue History

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