
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2014 01:08 PM
Hi
I have altered some of the custom fields to be date only fields.
When looking in the record of a machines itself the date is displayed in the field in the correct dd/mm/yyyy format but when extracting a report including these fields the data is coming out varied for all machines.
for one machine it will extract as dd/mm/yyyy
for another machine it will extract it as mm/dd/yyyy
for another it will extract it as m/dd/yyyy hh:mm:ss
is there a way to get it to just extract date formats as dd/mm/yyyy?
I have altered some of the custom fields to be date only fields.
When looking in the record of a machines itself the date is displayed in the field in the correct dd/mm/yyyy format but when extracting a report including these fields the data is coming out varied for all machines.
for one machine it will extract as dd/mm/yyyy
for another machine it will extract it as mm/dd/yyyy
for another it will extract it as m/dd/yyyy hh:mm:ss
is there a way to get it to just extract date formats as dd/mm/yyyy?
Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2014 02:01 PM
Dates can be formatted using convert() function. Very useful examples can be found at http://www.w3schools.com/sql/func_convert.asp
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2014 02:01 PM
Dates can be formatted using convert() function. Very useful examples can be found at http://www.w3schools.com/sql/func_convert.asp
