If you want to change the date format of a date field in Netsuite Saved Search, do the following
Open the search and in go to the Result subtab
Add Formula (Text)
On the Formula field, add TO_CHAR({fieldid},’DateFormat’)
For Example : TO_CHAR({trandate},’MM/DD/YY’)
Click Add