I created a Parameter Prompt selecting a field from a SQL table, i.e., String
'01Jan01 13:00p' as part of a range date check.
My problem is that I don't want to have the user enter the time portion of the string, enter '01Jan01' only, mask doesn't work.
Where and when should I parse/truncate the string and perform the range check on the two date entries and using what code?
Thanking you in advance.
First time.
'01Jan01 13:00p' as part of a range date check.
My problem is that I don't want to have the user enter the time portion of the string, enter '01Jan01' only, mask doesn't work.
Where and when should I parse/truncate the string and perform the range check on the two date entries and using what code?
Thanking you in advance.
First time.