View Issue Details

IDProjectCategoryView StatusLast Update
0004107JEDI VCL00 JVCL Componentspublic2007-06-20 01:22
ReporterjvmlopezAssigned Toobones 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionno change required 
Product Version3.30 
Target VersionFixed in Version 
Summary0004107: TJvValidateEdit don't support Time Edit
DescriptionTJvValidateEdit 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?
TagsNo tags attached.

Activities

jvmlopez

2007-04-20 14:27

reporter   ~0012253

Sorry :-) I can use a JvDateTimePicker object


http://www.functionx.com/bcb/controls/datetime.htm

obones

2007-04-24 06:56

administrator   ~0012298

So what should I do with this issue?

obones

2007-06-20 01:22

administrator   ~0013477

Ah well, I'm marking this as resolved

Issue History

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