Administer > System configuration parameters > Servlet parameters > Parameter: checkdatetimevalue

Parameter: checkdatetimevalue

Startup parameters change the behavior of the Service Manager server. You can always set a startup parameter from the server's operating system command prompt.

Parameter

checkdatetimevalue

Description

This parameter determines whether Service Manager validates the date fields, such as the Planned Start and Planned End date fields.

  • If the value of checkdatetimevalue is 1, the system checks the date/time value. The system does not allow time-only values and displays an error message (for example, the value is invalid). Meanwhile, the system accepts date-only values and adds default time 00:00:00 to the date.

    Note The date format is strictly followed. For example, if the date format is YYYY/MM/DD, the system does not accept either 18/04/24 or 2018/04. In this case, the correct time value is 2018/04/24.

  • If the value of checkdatetimevalue is 0, the system does not check the date/time value. Both date-only and time-only values are accepted.

Valid if set from

Initialization file (sm.ini)

Requires restart of the Service Manager server?

No. Re-login Service Manager after you update the parameter value.

Default value

0

Possible values

0 (The system does not check the date/time value)

1 (The system checks the date/time value)

Example usage

Initialization file: checkdatetimevalue:1

Related topics

System parameters
Enter a parameter in the sm.ini file