show only the date from date/time field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2017 09:45 AM
Is there a way in Reporting, and on forms to show only the date on a field that is in a date/time format? We have projects etc. that have a Planned start and end dates, but they are in the date/time format. Without messing with the underlying data, can we define how this is displayed in forms and reports?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2017 10:31 AM
I would think that you just create a new field on the table with date datatype. You can write a script to take the current value for the date/time field and set the new date field in your date format.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2017 10:38 AM
I haven't had a need to do this, but I would first experiment with the dictionary attributes for the date/time field.
format | format name | any numeric field | Specifies a named format to use instead of the standard numeric formatting. Options are:
|
Source: Available attributes
JarodM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2025 02:47 AM
8 Years later, did anyone figure out a way to do this?
Was this achieved without backend changes..?