how to remove time value in the date
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2022 07:41 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2022 09:15 AM
As shown in the screenshot, we have the Date type for dictionaries, not sure why it is visible for you.
You have to create a new field and add this, if you are planning to only show date on a datetime field, I don't think this will work, you need to have Date type field
Feel free to mark correct, If I answered your query.
Will be helpful for future visitors looking for similar questions 🙂
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2022 08:01 AM
Hi Siva,
there is date data type present while creating field. Try to add new field by right-clicking on header configure ⇾ form layout, you can check in create new field like below

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2022 05:27 PM
Hi Siva,
Is this a Service Catalog form? If it is a Service Catalog, follow steps (A). If not, follow steps (B).
A. If it's a Service Catalog form, open the Catalog items page.
- From Application Navigator, go to "Service Catalog" > "Maintain items".
- Select the catalog item that contains the form
- Go to the bottom of the page. There should be tabs with "Variables". Select this tab. There should be a line with "start date" and "end date".
- Select "start date". Click on the down arrow in "Type" field. "Date" should appear.
- Select "Update" button to save the change.
- Do the same with "end date".
B. If the form is not a Service Catalog, do the following steps.
- Open the form.
- After the form is opened, right click on the icon with 3 horizontal bar at the top left corner of the form and select "Configure" > "Dictionary"
- Search on "Column label", "=start date" and select the record that is displayed. In the following example, I'll click on "Incident" but this will be the name of the table that form is based on.
- Click the magnifying glass icon to the right of the "Type" field.
- Search on "Label", "=Date" and select the "Date" row that is displayed.
- Check that type changed to "Date". Select the "Update" button to save the change.
- Do the same with "end date".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2022 09:06 PM
@siva
Screenshot shared by you looks like a Backend Native form to me. Assuming it's a Native form please follow the suggestion below to achieve your requirement:
1) Change your Start and End Date from Date Time to Date field.
Note: Date is a OOB available Field Type and will be available for you. In case if it is not available then the reason might be because the Fields you are having as "Start/End Date" might already have data present in those fields for any existing records.
If data is present Servicenow will not allow you to select or modify the Field type from Date/Time to Date.
Proposed Solution:
1. Create two Temp Field(One for Start and other for End Date) on your Employee o respective table
2. Copy the Data from Start and End date field to these new Temp fields
3. Once you have the data copied, clear the Data from the existing fields
4. Now change the Type of Field from Date time to Date
5. Now Map back the Date value for existing record from those Temp fields to your existing field after the Field Type is changed so that there is no data loss for existing record as well
6. Delete those 2 Temp fields created.
Hope this helps. Please mark the answer as correct/helpful based on impact.
Regards,
Shloke
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2022 09:30 PM
Hi,
what's the issue in using date field ?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader