Change the FIND display from LAST OPENED to LAST MODIFIED.

When I search for a folder/file, I want to sort by date and view when the folder/file was LAST MODIFIED. I find LAST OPENED to be useless. Someone in the Dept. may have opened a file just to see what it was, but so what. That tells me nothing about the time frame when the file was created or worked on.
For instance I want to find the most recent logo for joe's muffler shop. I search for "joe's muffler" and find several items. What looks to be the most recent (OPENED "yesterday") was actually MODIFIED in June 25, 2004.
How can I change a spotlight Find to show me the last MODIFIED date?

AFAIK, you can't. See http://www.pinkmutant.com/articles/Leopard/leospot.html and http://www.thexlab.com/faqs/stopspotlightindex.html then my mod to Finder's Find at http://www.macosxhints.com/article.php?story=20080229204517495 for what you can change so you can find stuff excluded by the default structure.

Similar Messages

  • I want to change the "find" color from its green to some other color

    I would like to be able to change the color of "Find" (which is on the Edit Menu) to some other color; on some websites the background color is almost the same shade as green (and I wouldn't know if that's because of my Windows OS color selections (under Properties), or its native to Firefox color selection (and IF that can be changed somewhere on one of the menus, I haven't been able to find it).
    == N/A

    Are you referring to the font used for your entires in the text boxes and date boxes?  Or the Month and Date fonts?  If it's the latter you can't.
    If it the former select the font, click on the Option button at the bottom right and then click on the Settings button in the tray that comes out. There you will be able to change the font, size and color everywhere in the calendar:
    Happy Holidays

  • ICS 2.x: How do I change the hour display format from AM/PM to 24 hour mode in the JavaScript?

    How do I change the hour display format from the AM/PM mode to the 24 hour mode
    in the JavaScript?
    <P>
    To change the hour display format,<BR>
    <P>
    <OL>
    <LI>Open the <I>loadpoint</I>/CalendarServer/cal/uicust/en/main.html
    file.
    <P>
    <LI>Go to the "Misc." section.
    <P>
    <LI>Edit the following line:<BR>
    <P>
    i18n['def clock'] = '24';
    </OL>

    laugh
    how analog. 
    neat idea, but i need to see that part of the screen after login on a fairly regular basis, otherwise i might seriously do this.

  • I created an application and in  that application if date is changed the application starts from splash screen on re-entering and if date is not changed and u re-enters the application then it open in page where u leaved.Not working in USA timezone.

    I created an application and in  that application if date is changed the application starts from splash screen on re-entering and if date is not changed and u re-enters the application then it open in page where u leaved.It works fine in our side (Timezone,kolkata ,india even for Timezone,slvaniya,USA) but our USA client is telling that on changing the date it not starts from start-up sequence.Can anyone plz suggest the reason for it.

    This is the code which we have used.
    //////////Return if it is first time for the day or not//////////////
    + (BOOL)isFirstTimeToday {
    BOOL result = YES;
    NSDate *now = [[NSDate alloc] init];     /// represents the current time
    NSCalendar *gregorian = [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar];
    NSDateComponents *components = [gregorian components:(NSYearCalendarUnit | NSMonthCalendarUnit | NSDayCalendarUnit) fromDate: now];
    NSDate *today = [gregorian dateFromComponents:components];
    [now release];
    [gregorian release];
    NSDate *savedDate = [[NSUserDefaults standardUserDefaults] objectForKey:LAST_TIME_VISITED];
    if (savedDate) {
    if ([today earlierDate:savedDate] == today) {
    result = NO;
    return result;
    ////////Stores the date/////////////
    + (void)userDidVisitReenforceScreenToday {
    [[NSUserDefaults standardUserDefaults] setObject:[NSDate todayAtMidnight] forKey:LAST_TIME_VISITED];
    ////////////What [NSDate todayAtMidnight] stores/////////////////////
    + (NSDate *)daysFromNowAtMidnight:(NSInteger)nOfDays {
    NSDate *date = [NSDate dateWithTimeIntervalSinceNow: (86400*nOfDays)];
    NSCalendar *gregorian = [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar];
    NSDateComponents *components = [gregorian components:(NSYearCalendarUnit | NSMonthCalendarUnit | NSDayCalendarUnit) fromDate: date];
    NSDate *dateAtMidnight = [gregorian dateFromComponents:components];
    [gregorian release];
    NSLog(@"dateAtMidnight : %@",dateAtMidnight);
    return dateAtMidnight;
    + (NSDate *)todayAtMidnight {
    return [self daysFromNowAtMidnight:0];
    Please Suggest..

  • I created an application and in  that application if date is changed the application starts from splash screen on re-entering and if date is not changed and u re-enters the application then it open in page where u leaved.It works with iPod not with iPhone

    I created an application and in  that application if date is changed the application starts from splash screen on re-entering and if date is not changed and u re-enters the application then it open in page where u leaved.It works with iPod not with iPhone

    Try posting in the developer forums to see if you can get some assistance,you'll have to be a registered developer for access though.
    developer.apple.com

  • On Button click change the button display text from LOCK to UNLOCK

    Hi Freinds,
    I am rendering a TreeByNestingTableColumn with two columns  like:  Name , Status as below shown. In The status column I inserted a Table Cell editor Button type and  the button element property text mapped to the context attribute called statusButton and set the button name in the code to display as LOCK. When the tree renders all the vales are displaying in status column as LOCK. Now whrn the user click on LOCK i should fire the event and change the button text from LOCK to UNLOCK. The same way when they click on UNLOCK and i have change to LOCK. please help how to do this.
       Name                          Status
    |> Employee1------------------LOCK (when i click on lock  button here, his and under neath of him button status should                 
            |>Employee2-----------LOCK    change from LOCK status to UNLOCK)                                                     
                   |>Employee3----LOCK
    Thanks in advance.
    Thanks
    Srini

    Armin,
    Yes I removed the method and created the calicualted value as you suggested and I able to get the out put what i have asked.
    My complete scenario is some thing like this, i able to complete upto certain level but not able to make it work for complete scenario, I appreicate your comments or advice for getting me the below output
    I have a TreeByNestingTableColum UI rendering with three columns as NAME(node |>), STATUS(Toggle Button) and PLANNING (Text view)  (developed based on sample tutorial Integration of a Tree Structure in a Web Dynpro Table.pdf)
    I am trying to get this output:
    From the sap backed i am getting flag value, based on that i have to render Tree UI columns NAME,  STATUS(Toggle Button) and PLANNING (Text view). if the flag is null i have to show as LOCK and In Planning else Unlock and Submitted  (please see the below picture for clear idea)*
    if (statusflag = ""){
    i have to show values in two columns like Lock ...Planning
    } else
    show values in two columns like Un Un Lock ...Submitted
    One more thing is , If i lock a record at secound node level , then all the records should locked underneath of that node (it could be 2 nodes or 10 nodes) and then the status column values should change from lock to Unlock and Planning column values should change from In Planning to Submitted. where as when i Click on Unlock , only that perticular record (not node level) should changed from unlocked to Lock and planning is  from Submitted to In Planning.
    This is the functionality actually I am looking for.
    Here the tree sample:
    Name                        Status              Planning
    |>M1                         Lock                 In Planning
       |>M2                      Lock                 In Planning
         *M2a                    Lock                 In Planning
       |>M3                    Un Lock                Submittd
    Thank you.
    Srini

  • I have firefox 7.0 and i go to about:config and change the URL default from bing to google but when i close firefox an open it back up it changes back to bing why is this?

    I have firefox 7.0 and i go to about:config and change the URL default from bing to google but when i close firefox an open it back up it changes back to bing why is this? I stand by google 100% and if ur gonna make it where i can't use google as the URL's seach engine then i will uninstall it.

    The default of the pref network.http.max-connections has been increased from 30 to 256 in Firefox 6+ versions.
    Try to decrease the value of the pref <b>network.http.max-connections</b> from 256 to 30 as used in Firefox 3 versions.
    *https://support.mozilla.com/kb/Firefox+never+finishes+loading+certain+websites
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • I would change the language displayed in the login window from u.s. to german

    I would change the language displayed in the login window from u.s. to german in Lion (Mac OS X 10.7.2).
    I use
    sudo "/System/Library/CoreServises/Language Chooser.app/Contens/MacOS/Language Chooser"
    Then I enter my admin password and choose german. It doesn't work
    Then I use
    sudo languagesetup
    Then I enter my admin password and type 4 for german. It doesn't work
    Still I habe the language u.s. at the login windows.
    In the terminal appears following message:
    System Language set to: German
    2012-01-06 16:18:43.401 languagesetup[311:707] Warning: NSBundle NSBundle </System/Library/CoreServices/Language Chooser.app> (not yet loaded) was released too many times. For compatibility, it will not be deallocated, but this may change in the future. Set a breakpoint on __NSBundleOverreleased() to debug
    What shell I do? Can you help me??

    I found the solution!
    One of the User in my MacBookPro was saved with an old version of FileVault. I deaktivated this old FileVault and aktivate the new FileVault and the language of the login Windows is sudenly german!

  • Hey i have a iphone 4s 64gb but and using the internet share .. how can i change the nat type from strict to open please help me :)

    hey i have a iphone 4s 64gb but and using the internet share .. how can i change the nat type from strict to open please help me

    You will have to configure that with your router. Type your router's IP address in the search/domain bar and allow port forwarding.
    What is requiring you to have an open NAT? That issue is usually for gaming consoles, etc.

  • How can I do to change the web site when I open a new tab.

    Dear Friends...
    I cant find information, how to changes the web site when I open a second tab. Example: when I open Firefox my home page is google and that is perfect but when I open a second tab, why appears yahoo as home page? I want to changes that and I cant find how to do it . Thanks

    The normal behavior is to open a blank tab, an add-on will be causing it to display Yahoo. One add-on that does this is the freeze net assistant, if you have that one you can uninstall it and it should revert to opening a blank tab.
    There are add-ons that let you specify what should open in a new tab, such as:
    * NewTabURL - https://addons.mozilla.org/firefox/addon/newtaburl
    * New Tab Homepage - https://addons.mozilla.org/firefox/addon/new-tab-homepage
    Another way of opening the home page in a new tab is to middle click on the home button in the navigation toolbar.

  • Error in changing the number range from the external to the internal no.

    Dear all,
                 Here is the error found when using the T-Code PA30  for hiring an employee. while changing the number range from external to internal using Tcode  PE03, the error found was ' could not find interval for the number range'
    Can anyone help me out?

    Hi,
         Thanks for your reply.
    Please check out what i have done
    The number range intervals displayed using T-code PA04 are
    No        From                    To                           Current No.               Ext.
      1       00000001            00069999                                                  checked
      2       00070000           00079999                 70295                       unchecked
      3       00080000          09000000                                                   checked
    Using T-code PE03, the feature numbkr was changed i.e the  return value has been changed from  3 to 2(internal no. assigned)
    Error found when performing action using T-Code PA30 is -could not find interval for the number range 2.
    Could you please clarify?
    Thanks

  • How do i remove the finder window from my start up desktop window.

    How do i remove the finder window from my start up desktop.

    Are you saying that when you log in, there are finder windows open before you even do anything? If so, that's because last time you logged out you left them open. Next time close all your finder windows before you log out and you should be good.

  • How Can I Remove the Finder Icon From the Dock?

    Hi! Can someone tell me how to remove the Finder icon from the dock? I don't even care if Finder quits. I just want it removed from the dock. I really don't care if I can't get to my files. Please help.

    Start by going to your core services, (/system/library/coreservices). You can do this by pressing Shift+Cmd+G and then paste (/system/library/coreservices), without parentheses.
    After doing this, find Dock.app, right click, show package contents. This doesn't contain the icons on your dock, just finder and trash.
    After that, move all finder services to the desktop, and then erase them from the core services folder. At this point it will prompt you to put in your password, do so.
    Next you'll want to open terminal and type 'killall dock' or, you could restart your computer.
    This should remove the finder icon from your dock, while still giving you access to it from your desktop.
    Hope this helps!
    -C

  • Possible to change the business Partner from a created Contract in ICWEB??

    Hello experts,
    I would like to know if it is posible to change the BP from a created contract in ICWEB.
    I check the option "CONTRACT MANAGMENT" and there is an option to change the premise with the button "Move To Other Premise" but I don't find an option to change the Business Partner from a created contract.
    Can you help me, please??
    Thank in advance.
    Edited by: Javier Garcia on Aug 19, 2008 7:01 PM

    Hello S Reddy and a lot of thanks for your help.
    But I don't know where I can select this option, there isn't the  where I can associate the option in customizing or what transaction. Could you explain me with more details, please ??
    Thanks in advance.
    Regards.

  • The finder can not be open

    i have ttry to change the finder icon in the system folder
    after  the finder stop to work
    i still have the original icon
    but i canat put it back becouse the finder not working

    Mac OS X Lion 10.7 has quite a few major bugs. First is with Finder.
    Finder may crash, become unresponsive or freeze.
    Apple has not yet released a fix (or patch) for this problem, and they have not made any public statements even though it is a MAJOR problem. You can get Finder to become responsive once again by going to the upper left-hand corner of your screen. Click the Apple Logo. Now go to "Force Quit..." Then in the window that appears select Finder and click "Relaunch". Make sure you have saved any changes to open documents and then proceed to click "Relaunch" on the warning dialouge.
    This is a temporary fix, and the only one known for this bug right now to get Finder to work again.

Maybe you are looking for

  • HT1420 i forgot my answers to my security questions, how do i setup new questions and answers?

    I have forgotten my answers to my security questions, how do i setup new security questions and answers?

  • Media Encoder Flips a ghost Ultra Key frame

    First time using Ultra Key - Learning trial by fire. I've created a short video using a Canon HF G10 and ultra key to layer the video for effect I want. The Ultra Key is used for about 30 seconds of the 3 minute video and this anomoly only shows up d

  • Can Not Open PDF Attachments

    I can not open PDF attachments from outlook 2010. I am running windows 8  and using Adobe version 11.0.2  If I save the file to desktop, then it will allow me to open it and print it. Thanks in advance for yor help. the error says it can not open the

  • Problem w/ Batch Process

    I have been able to convert .pdf files to .tif files by using the Batch Sequence Command "Export All Images As Tiff", but I'm having one issue with the resulting file.  When the original file is a 5 page multi sheet .pdf - the batch process creates 5

  • Help! How do I get rid of firefox developer tools.

    I am a computer dummy. Firefox is installed in our Windows 8 computer as our browser. Whenever we use it, a very annoying thing called Default Fire Fox Developer tools comes up at the bottom and takes up half our screen. Sometime it lets me hit esc.