View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004107 | JEDI VCL | 00 JVCL Components | public | 2007-04-17 14:15 | 2007-06-20 01:22 |
Reporter | jvmlopez | Assigned To | obones | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 3.30 | ||||
Target Version | Fixed in Version | ||||
Summary | 0004107: TJvValidateEdit don't support Time Edit | ||||
Description | TJvValidateEdit has this formats: dfAlphabetic, dfAlphaNumeric, dfBinary, dfCheckChars, dfCurrency, dfCustom, dfFloat, dfFloatGeneral, dfHex, dfInteger, dfNonCheckChars, dfNone, dfOctal, dfPercent, dfScientific, dfYear I need to use a "dfTime" format. (Output: FormatDateTime('hh:mm ampm', time)) I tried to do this DisplayFormat:= dfCheckChars; CheckChars := '0123456789:apm .'; // Space included Value.Type := 'String'; But don't work, can anyone help me? | ||||
Tags | No tags attached. | ||||
|
Sorry :-) I can use a JvDateTimePicker object http://www.functionx.com/bcb/controls/datetime.htm |
|
So what should I do with this issue? |
|
Ah well, I'm marking this as resolved |
Date Modified | Username | Field | Change |
---|---|---|---|
2007-04-17 14:15 | jvmlopez | New Issue | |
2007-04-20 14:27 | jvmlopez | Note Added: 0012253 | |
2007-04-24 06:56 | obones | Note Added: 0012298 | |
2007-04-24 06:56 | obones | Status | new => feedback |
2007-06-20 01:22 | obones | Status | feedback => resolved |
2007-06-20 01:22 | obones | Resolution | open => no change required |
2007-06-20 01:22 | obones | Assigned To | => obones |
2007-06-20 01:22 | obones | Note Added: 0013477 |