Finder date format in List View

I want to tell Finder NOT to display the day of the week or the spelling of the month in the date columns when it is in List View.
I want this exactly, and nothing else:
mm/dd/yyyy 12:30
I want the month and day to always use two digits. It just think it looks better when a column of data is all formatted the same exact way. And, I don't need to know that 04/17/01 was a Thursday (or whatever it was)!
I know you can resize the columns to get various amounts of info and formats, but that's too much effort, plus you get all these weird ",..." filler garbage. Let's just make it simple!!!

I think the width of the column is the sole determinant of the date format shown in list views. I use an applescript to set the size, position and column width of Finder windows to my preferred specs; it sets the date column width so that a shorter (but not shortest) date format is used (because I'm picky about that, too ). You can easily tinker with the numbers so the sizing suits your own preferences.
-- works on frontmost Finder window;
-- settings appropriate for display res 1440x900
<code>
tell application "Finder"
set bounds of window 1 to {230, 120, 1260, 820}
set sidebar width of window 1 to 200
set width of column name column of list view options of window 1 to 280
set width of column modification date column of list view options of window 1 to 180
set width of column size column of list view options of window 1 to 100
set width of column kind column of list view options of window 1 to 180
end tell
</code>
Instructions for saving scripts in case you or other readers need them: Copy and paste the above into a new Script Editor document (or highlight and use the Services -> Script Editor menu). Save as file format: Script at this path -- ~/Library/Scripts/Applications/Finder/ -- creating any folders that don't already exist. You can change the numbers in the script and use the Run button in the Script Editor toolbar to test until you get something you're happy with.
HTH,
Lisa

Similar Messages

  • Stop Finder headers from moving list view

    I'm new to mac so thanks for advice! Everytime I resize a finder window list view the headers (date mod, size kind) keep moving to the right. Then when I resize the window smaller I lose headers ,have to enlarge and drag back to the left. More annoying when I open a folder almost everytime my headers are out of frame... ugh... slowing me down.

    Welcome to the Apple Support Communites and to your new Mac.
    When you resize a window to make it wider it will operate in two ways:
    - While there is a scroll bar at the bottom of the window it will reveal
      the hidden columns to the right.
    - Once the scroll bar is gone it will expand the name field.
              (The name field is the most variable one, given you can have really long names.)
    If you don't like the width of any of the columns you can grow or shrink them by grabbing the faint bars between the headers.
    When you open a sub-folder, its window will inherit the attributes of the parent window.
    If you resize a sub-folder window and use the back-arrow, the parent folder will inherit the child’s attributes.
    The next time you open a top-level folder it will remember the attributes from its previous use.
    If you want to change which and how columns are displayed, open a folder and go to View > Show View Options.
    Hope this helps.

  • Finder keeps crashing in "list  view"

    i need help on what to do with my finder (OS X 10.3.9) because it keeps crashing when i open up a folder or a hard disk and if its default is set to list view, which i prefer, it will crash unless i open a new window, then switch to column view then browse. this doesnt affect my other open programs, only the finder but still this is unaceptable. how can i fix this? is reinstalling the only way?

    turboredmr2,
    You may have a corrupt Finder preference file.
    Find the com.apple.finder.plist file in your Macintosh HD/Users/yourusername/Library/Preferences Folder, drag it to the Desktop, log out/in or restart and let us know what happens.
    ;~)

  • Dates wrong in List View of Calendar

    Everything is entered correctly and shows up correctly in the Month and Day view of the calendar app on my iPhone. When I go to List view, however, events appear on the wrong dates! Very frustrating!! Anyone have a solution? Thanks.
    Jill

    Still no answer? For instance, on my calendar, the School Board Meeting is September 2nd, as entered. In List view on my iPhone, it says it's August 31. Ha??? Anyone else have this going on or an idea of how to solve it? I used to depend on my list view to see what was coming up, but can't any more.
    Thanks!
    Jill

  • Finder Date Format

    How can I change the date format in Finder??
    Now the dates appear like : November 15, 2005
    I want 11/15/05 or maybe 11/15/2005
    Or is this one of those many areas where someone at Apple decided they should tell us how our finder looks. Does anyone know if change the country setting from US to some other country would do this?

    This gets stranger.
    I changed the long date format to: mm/dd/yyyy
    (for example: 11/17/2005) and most of the date formats did change, Except that I have a comma after the date I can't get rid of. And the "date created" column when I display my desktop is using the full date. all other dates are in the long format I specified.
    The dates feature is flawed as well as poorly designed. I as a user should be able to specify how I want dates displayed without having to change global settings which can screw up other things.

  • Data visible in List view(component in Xcelsius) but not in charts

    Hi,
    I am facing an issue in Xcelsius. I am getting data from SAP R3 to BW Cubes,built queries and made d universe and QaaWS(Query as a Web Service) on top of that.When importing in Xcelsius,firstly I am unable to view the data in Excel sheet, but the data is visible in viewlist when i bind the data to it.The problem is coming when I am using Charts etc...not able to view the key figures in charts....for ex if i am giving fiscal year and corresponding sales figures...I am able to see the fiscal year on X axis but sales figures are not coming on Y axis...tried with everything else..not working.
    Kindly suggest some solution for this!!

    Hi,
    so you can use a grid or table or a selector and you can see the data including the keyfigures but when using a chart you can not ?
    which chart are you using ?
    are there any variables involved ?
    Ingo

  • Date format in Finder

    Swedish Leopard 10.5.2
    In the Finder's list view, is it possible to alter the date format shown? In the system settings, there are 4 different date strings available to alter (I don't want to start by altering them if I don't need to). Loosely translated from Swedish, they are called "Short", "Normal", "Long" and "Full".
    Finder displays the "Full" date format, followed by the time. I would like to change this to display the "Short" date format instead. Is this possible somehow? I know I can turn off showing dates as "Yesterday" and such, but that is NOT what I'm after. I want to display the date as set by the "Short" date format in the system settings.
    Is this possible to somehow achieve with some "defaults write" command in the terminal? I am new to OS X, but not afraid to fiddle with things like this.
    Thanks for any response on this.

    There are four different date formats in International, System preferences.
    The Finder seems to use all of these depending on the width of the time column.
    I myself don't like the appearance of the date and time changing with the width of a column.
    In particular I don't like the date with names for months; it's annoying for comparison.
    The only way to always get the same date/time in list view of the Finder is to make all date formats
    (short,medium,long,full) the same. That's what I have done and now I have what I want.
    It won't win a beauty contest.

  • Display data from multiple document Libraries in List View Webpart

    Hi All,
    I want to display data from multiple document libraries into one list view webpart(custom i have created)
    I went through the following link http://blogs.msdn.com/b/ramg/archive/2009/04/22/implementing-a-simple-cross-site-collection-list-view-webpart.aspx
    but it tells to display only from one document library.
    My motive behind displaying data in the list view webpart is to achieve the functionality of Check In ,Check Out and other OOB features.
    With Regards,
    Jaskaran Singh

    Hi,
    As there is no such OOTB feature, a workaround is to create a visual web part to gather items from libraries and implement functionalities like Check in, Check out files
    in different libraries.
    The links below will provide more details:
    Create Visual Web Parts in SharePoint
    2010
    A demo about displaying list items in visual web part:
    http://www.dotnetcodesg.com/Article/UploadFile/2/217/Web%20Part%20in%20SharePoint%20To%20Show%20All%20List%20and%20List%20Items.aspx
    About the Check In and Check Out:
    How to Check In a document programmatically
    SPFile.CheckIn method
    and SPFile.CheckOut method
    Best regards
    Patrick Liang
    TechNet Community Support

  • How do you PRINT a Finder window list view?

    Hello all.
    I think a long time ago in OS9, we can open a new (Finder) Window, switch to 'List' view and print the window, so that we can see all the nested folders, etc.
    Can we/How do we do this in OS X? Can't seem to find a Print command...
    Thanks and cheers

    Press the Shift, Command, and 4 keys, followed by the spacebar, click in the window, open the png on the desktop, and print that.
    (44001)

  • List View Bound to XML Map Data

    HI Have a list view that is bound to xml mapped data.  It seems that on connection refresh that new data is not being updated into the SWF.  My Binding is directly onto the cell ranges that are mapped into excel, so on updates the size of the maped table changes/rewrites over the old data.
    When I refresh I am not picking up the newest data in the list view.  Any thoughts on this on how I can fix.
    Regards,
    Mark

    Thank you Ganesh, but I am not on Enterprise edition.  I am successfully bringing in live xml data, however mapping more than one Query result from one xml file is giving my project some problems.  Refreshing a list View I think is causing this issue.  From within my project in design view I can Refresh the data.
    When I publish the file to html/SWF when I refresh other components are refreshing but the list view and one other is not refreshing.....

  • Finder Date Modified, Created, etc. Wording - in German

    I am observing the following problem in Lion Finder:
    - wording denoting "Relative dates" is in German now instead of English, for example "Heute" instead of "Today", "Gestern" instead of "Yesterday". etc.
    - the "Language" tab in "Language & Text" is set in the same order as before:
    English
    German
    - the "Format" tab in "Language & Text" is set as before to "Switzerland (German)"
    Is it a bug or strange feature?

    sanjempet --
    Whew, that's a relief!
    But as for your workaround solution: All it will achieve is altering the created and modified dates to RIGHT NOW. What I'm looking to do is to alter the modification/creation dates to some point in the past.
    I'm not doing this for any nefarious reason. I just like to organize my work files chronologically according to when each project was initiated, but sometimes I forget to gather the disparate documents all into one folder right at the beginning, and as a result, sometimes after I finish a job, I will create a new folder to permanently house all the files in an old project, and when that folder is places in a bigger "completed projects" folder and then is organized by "Date created" or "Date modified" in list view, it is out-of-order chronologically because the creation and modification dates of that particular project folder reflect when the folder was created (i.e. today), and not when the files inside the folder were created (i.e. weeks or months ago).
    The simplest solution would simply to be able to back-date the folder's creation or modification date to match the date that the project actually started!

  • OS 10.4.3 and List View: Functionality has regressed since update from .2

    In the Finder, I exclusively use List View. I like it a lot and it works better for me than any of the other modes for viewing my files.
    However, since I have applied the upgrade to 10.4.3 from 10.4.2, I have seen a definite regression in the functionality in the utility of List View, particularly when it comes to cut and paste of text within file names.
    Try this example: open a new Finder window in a directory. Press command-2 to get List View (if that's not already the default). Press command-shift-n to create a new folder (should be named Untitled Folder). Press the Enter key to accept the name. Next press the Enter key again to allow entering a new name. Use the mouse to double-click on the word Untitled. Press command-x. "Untitled" won't get into the paste buffer - it just sits there and doesn't move. To make it go away, you must use the keyboard to delete it.
    While this sounds like no big deal, it is. I manage a lot of data using my Mac. I need to be able to copy or cut parts of folder names all the time. Changing the Mac interface for an improvement of the user experience is all well and good, but this is a regression and - dare I say it - the introduction of a bug in the Finder.
    By the way, this isn't specific to my computer. I've tried it on others and received the same broken behavior. Am I the only one who uses List View and cares??

    hmmm is this a variation the copy/paste problem I was having with 10.4.2, where I found it was no longer possible to copy a piece of text from one application to the clipboard and then paste it (CMD + V) into another application or indeed, as the name of a new folder or a file I wanted to rename?
    These are matters of the most fundamental functionality of the OS. Those little things we do all the time because we need to. If it's no longer possible to paste in a new folder name, or type one in, to replace "untitled folder" (whether in List view or any other view) that that is surely a bug and not a design feature.
    So: I can confirm that I am experiencing something like the "can't rename a folder in List view" except that it's worse - it's "I can't paste anything from one place to a different place, such as three paragraphs of text I created in AppleWorks, into a Word file".

  • List view in calendar

    how do you make it so that past events don't show up in the list view without going back and deleting those events?
    also is it possible to not have it show the current date in the list view?
    otherwise, i think this is the best looking calendar in a phone to date.

    Did you happen to make the even reaccuring? Because off the top of my head that' the only way I can see that you'd be having old events still showing.

  • IPhone Calendar List View Extends Back Only One Year

    My iPhone calendar List view extends back approximately one year despite the fact that I have calendar entries extending back to 1999 and that older data is visible under the Day and Month views. This is a problem because the only search mechanism in iPhone calendar is through the List view. Therefore, any search I conduct extends back only to the data in the List view ... which means back only one year.
    Does anyone have any thoughts or suggestions on how I could change this such that the List view extends to include ALL of my calendar entries and is in conformity with the Day and Month views? (I wanted to ask if anyone knows how to "correct" this, but perhaps Apple has designed it this way to speed-up the searching in List view ... I'm not certain.)
    I am currently running the most recent iOS update, am syncing my iPhone calendar via MobileMe, have upgraded to the new version of the MobileMe calendar, and have ALREADY reset my sync. history, deleted my iPhone calendar and re-synced it, etc. These don't resolve the problem.

    I've noticed that the date to which the List View will "look back" will change depending on software updates or syncs.
    For instance, a few weeks ago my List View went back to December 2009 ... now it goes back to Jan. 2010 (i.e. I lost a month of "look back"). I do not specifically recall what triggered this change, but I reset my sync. log during this period.
    If you make no changes to the sync. log or update the software, the List View start date will stay constant I believe. For instance, if the List View goes back to Jan. 1, 2010 right now it should stay that way until you reset the sync. log or update the iPhone software. Theoretically then the List View can "look back" much longer than 12 months assuming you make no changes to the sync. log or update the software. Of course, this doesn't address our issue here, but I thought I would point out that there seems to be a consistent pattern here and not some random bug screwing things up.
    I'm still thinking that this is the way Apple intended it to work. In other words, that Apple felt it necessary to limit the calendar search feature to approximately 12 months worth of calendars. I hope I'm wrong.

  • Command-Drag select in list view in Lion

    There are many things about Lion that irk the crap outta me, but this one is near the top. In ALL previous versions of Finder, one could, in list view, select a bunch of files by dragging over them, then, holding the command key down, add more non-contiguous files to the selection, again by dragging. If you try that in Lion, it starts dragging the whole lot of what you just selected to, usually, the root folder of the window you have open.
    It appears that the only way to add extra non-contiguous files to a selection is to individually click each one of them. Really? Really? Who decided this?
    So IS there a way to do as i ask? And no, don't tell me to use another view, that's not helping.
    Thanks
    Adam

    Try it. I dare you.
    Okay, smarty-pants:
    http://web.me.com/thomasareed/test.mov
    If you want further assistance, I'd advise changing the attitude.

Maybe you are looking for

  • DVR doesn't recognize new eSATA drive

    I just purchased a new eSATA drive (Western Digital 1 TB:  WDBABT0010HBK-NESN) and connected it to my Motorola QIP7232-P2 set-top box, but after following the on-screen prompts to enable more storage the DVR does not recognize the additional storage

  • Balance Carry Forward in Accrual Engene: "No matching data found in fiscal"

    Hi, I have executed ACACCARRYFORWARD (Balance Carry Forward in Accrual Engine) to 2011 and I have success message on screen of Overview of Balances Carried Forward. But, when I execute Start Periodic Accrual Run (manual  accruals) for 31 January 2011

  • Transferring already purchased music?

    I have been using my iPad on my mum's Apple ID for about a year, in this time I have downloaded plenty songs, and plenty apps. I recently purchased my first ever MacBook Pro, and also started up my own Apple ID. Now I'm wondering if I will be able to

  • Windows cannot find dreamweaver application

    Hello All, I recently upgraded my CS6 cloud subscription and was rather annoyed that my best productivity features were now gone from dreamweaver, as folks creating email campaigns were completely disregarded in the upgrade. My annoyance aside, I uni

  • Compatible Accessories

    Is there a list of compatible accessories for use with iCal? I have been looking at different PDA, phones, etc. and many say they do not sync with any other programs never mind iCal. Is there a list of third party accessories for this or any iLife ap