cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Mully
Engaged Sweeper
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?
1 ACCEPTED SOLUTION
Hemoco
Lansweeper Alumni
Dates can be formatted using convert() function. Very useful examples can be found at http://www.w3schools.com/sql/func_convert.asp

View solution in original post

1 REPLY 1
Hemoco
Lansweeper Alumni
Dates can be formatted using convert() function. Very useful examples can be found at http://www.w3schools.com/sql/func_convert.asp