Is it possible to sort folders by date that is written in the folders name? eg. folders are named 26 May 2011 and so on

Hi,
Question as in the topic: Is it possible to sort folders by date that is written in the folders name? eg. folders are named 26 May 2011 and so on
Thanks
Karol

I sort mine 5.1.11, 5.2.11, etc. - that works (adding letters to the numerals does not work as well). Starting with the month will also work better because there are only 12 of them (rather than a repetition of days).

Similar Messages

  • Is there a way to separate raw files from jpegs that are in one folder after downloading from camera when you shoot both together. I tried arrange or sort  by kind but that does not work. It arranges all folders but not the files in the folder., Is there

    Is there a way to separate raw files from jpegs that are in one folder after downloading from camera when you shoot both together. I tried arrange or sort  by kind but that does not work. It arranges all folders but not the files in the folder., Is there a way to separate raw files from jpegs that are in one folder after downloading from camera when you shoot both together. I tried arrange or sort  by kind but that does not work. It arranges all folders but not the files in the folder.

    Bridge will do the job. View > Sort > ByType. Then you can choose a group of one type and put the files in a separate folder.

  • How to only show data that hasn't passed the current data?

    I have some data in an xml file. I can get it to connect fine to an .html page. My question is how do I only show the data that hasn't passed the current date? Can this be done?

    The following is the XML file
    <?xml version="1.0" encoding="utf-8"?>
    <sports>
         <item>
              <date>2010-03-21</date>
              <opponet>Essendon</opponet>
              <location>MCG</location>
              <time></time>
         </item>
         <item>
              <date>2011-01-11</date>
              <opponet>Collingwood</opponet>
              <location>Etihad</location>
              <time></time>
         </item>
         <item>
              <date>2011-03-04</date>
              <opponet>Carlton</opponet>
              <location>Princes Park</location>
              <time></time>
         </item>
         <item>
              <date>2011-03-08</date>
              <opponet>Sydney</opponet>
              <location>SCG</location>
              <time></time>
         </item>
         <item>
              <date>2011-03-21</date>
              <opponet>Brisbane</opponet>
              <location>Gabba</location>
              <time></time>
         </item>
    </sports>
    The following is the HTML
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:spry="http://ns.adobe.com/spry">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <script src="SpryAssets/xpath.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryData.js" type="text/javascript"></script>
    <script type="text/javascript">
    function pad(number, length) {
         var str = '' + number;
         while (str.length < length) {
              str = '0' + str;
         return str;
    var dt= new Date()
    var today = dt.getFullYear()
        + '-' + pad(dt.getMonth()+1,2)
        + '-' + pad(dt.getDate(),2);
    var ds1 = new Spry.Data.XMLDataSet("asdf.xml", "sports/item[date > '"+today+"']", {sortOnLoad: "date", sortOrderOnLoad: "ascending", useCache: false});
    alert (today);
    </script>
    </head>
    <body>
    <div spry:region="ds1">
    <table>
        <tr>
          <th spry:sort="date">Date</th>
          <th spry:sort="opponet">Opponet</th>
          <th spry:sort="location">Location</th>
          <th spry:sort="time">Time</th>
        </tr>
        <tr spry:repeat="ds1" spry:odd=".atl" spry:hover=".alt">
          <td>{date}</td>
          <td>{opponet}</td>
          <td>{location}</td>
          <td>{time}</td>
        </tr>
      </table>
    </div>
    </body>
    </html>
    Gramps

  • How do I have my data that's written to a spreadsheet be written with the time it is taken

    Thanks for the help on my other question. I'm sure it's simple but I just don't know how to do it. I need my data written to the file also to have the time that it was taken to be along side of it. But, I don't want the date with it. Thanks for the help.

    Instead of using Write to Spreadsheet File, use:
    - Array To Spreadsheet String to convert your array in a string
    - Get Date/Time String to have a string time stamp
    - TAB character constant to insert it between time and data
    - Concatenate Strings to format the final string (to write it into a file)
    and Write Characters to File in the end.

  • I have a new IPAD. There are no "list", "date," and "add a reminder" buttons on the Reminder app. There are also no "calendar" and "add an event" bottons on the Calendar App. Why?

    I just bought a new IPAD. There are no "list", "date," and "add a reminder" buttons on the Reminder App. There are also no  "calendar" and "add an event" buttons on the Calendar App. Why? Is there a way to add either a reminder or an event?

    For the reminders app - just tap on an open space on the ruled paper window under the heading in order to create a new reminder. Or tap on the + sign in the upper right corner of the app. You do not have the + sign on the app?
    For the calendars app to go Settings>iCloud>Calendars>On. Toggle the setting on and off and the + sign should appear in the lower right corner of the calendars app. Tap the + sign to create a new event.

  • If I cancel my Adobe subscription, can I still access my data that is stored in the cloud?

    If I cancel my Adobe subscription, can I still access my data that is stored in the cloud? Just curious....and what about retrieving data from the cloud? How can that be accomplished?

    Your storage is tied to your subscription, so no, you won't be able to access your data after you quit. I'm not clear on what you are asking otherwise - you can download any content from the cloud by simply clicking on the relevant links/ preview images.
    Mylenium

  • Migrate the data that I have in the CM from an EP 6.0 to the EP 7.0

    Hello,
    I have a problem. I want to migrate the data that I have in the CM from an EP 6.0 to the EP 7.0 and I don't know how to do it. Can someone help me please?.
    Thank i advance
    Pablo Mortera.

    Use ICE protocol to transfer  KM content from one landscape to other
    check the below link which help you step by step
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/802c1739-d270-2910-ad9f-f369de07c1bf
    Use ice offline transfer which is the easiest way.
    Raghu

  • HT4157 I don't have celluar data on my Ipad. what app do I use? In  the place on the Apple support screen there are, Airplane mode, Wifi and bluetooth.

    I don't have celluar data on my Ipad. what app do I use? In  the place on the Apple support screen there are, Airplane mode, Wifi and bluetooth.
    Thank you in advance for your help because I don't want to take this back but if I can't figure out how to use it, I will have to.

    Henry ~ Welcome to the Support Communities.
    Henrypublisher wrote:
    I am connected to a very strong Wifi network but I still can't access anything online like my gmail account, Netflix, Safari or anything else.
    Go HERE and see the section: "If you are unable to access the Internet while connected to a Wi-Fi network".

  • Question: is it possible to recover an InDesign file that will not open. the problem came by copying a pictogram vector illustrator to indesign. My file indesign does not want to open it now. Thank you

    Question: is it possible to recover an InDesign file that will not open. the problem came by copying a pictogram vector illustrator to indesign. My file indesign does not want to open it now. Thank you

    You can try the script mentioned in #1 here: Re: InDesign 6 is crashing when attempting to open a particular document. All others are opening OK.
    Here's how to install a script: http://indesignsecrets.com/how-to-install-a-script-in-indesign-that-you-found-in-a-forum-o r-blog-post.php

  • My Mac has broken and I want to sell it for parts. How can I be sure that my personal data that is/was on the hard drive is safe?

    My 2006 MacBook Pro has broken. There is a little bit of drive noise when I turn it on, but then nothing happens. It is no big deal. Most of my files were backed up. There are a few files I would like to recover if possible, but nothing worth a major effort.
    I have seen that broken MacBook Pro's go for about $300 on eBay for parts, so I would like to sell the MacBook Pro. However, I only want to do that after I am sure that my personal data is wiped out. Does anyone know how I can accomplish that? Does anyone know of an easy way to search the old hard drive for some of the data that I lost? Can a Genius Bar take care of this stuff for me (and how much do they charge?)?
    Thank you for your help.
    - Eric

    EricNY wrote:
    I only want to do that after I am sure that my personal data is wiped out. Does anyone know how I can accomplish that?
    The ONLY real secure way to be sure that noone may recover data from your drive is, to remove the drive, and drill one or two 1" holes thru the disk.
    A bit less secure but useful way is, to wipe out the data with a tool that's overwrite all sectors of the drive with randomized data in multiple runs.
    For example: Permanent Ereaser http://www.edenwaith.com/products/permanent%20eraser/
    Independent tests bring out, that even specialized recovery companies with forensic tools are unable to find useful data after such a run.
    EricNY wrote:
    Does anyone know of an easy way to search the old hard drive for some of the data that I lost?
    There are some recovery tools out there to fit your needs, e.g. MacKeeper http://mackeeper.zeobit.com/mac-data-recovery
    Lupunus

  • On holidays we took pictures with two cameras and an iPad. I put everithing on my PC. Rearranged them by date, time and or subject putting a number in front of the picture name. I synchronised with my iPad and my pictures show in misselaneous order. Help

    We took pictures during oue holidays with two cameras and an iPad. I put all the pictures on my PC and reorganized them by date, time and/or subject, By putting a number in front of the picture name. Then I synced with my iPad. All the pictures show in a misselaneous order. What went or did I wrong?

    You did nothing wrong, but the photo app puts stuff in chronological order.
    You can look for another app. Afraid I don't have one to suggest, but I do understand that other apps will sort photos differently.

  • Will a system restore from Time Machine erase any of the data that is currently on the Mac and not in the Time Machine?

    We had a lot of data on our Mac (i.e. photos, iTunes libraries etc) which we backed up via Time Machine. The hard disk corrupted so we had to get it wiped. When we got it back, my parents started using the mac as per usual but they didn't do a full System Restore from Time Machine. So, if I do a full restore now, will it erase any of the new photos, musc etc that is currently on the mac?

    The Time Machine restore will only restore what is on Time Machine.  Making a clone is probably a better means of ensuring whatever data you want recovered gets recovered together with Time Machine.
    Generally speaking, applications that are newer than the operating system from Apple that are included with the operating system are not supported.  So in your data recovery process from your clone, you'll have to be careful what data you choose to copy back.

  • I want to build an array using the data that I get through the serial port

    I am reading data through the serial port, but I want to buffer these data. I have seen a function, but i think that i can use this if I am reading data from I/O intrument, so I don´t how can I fill an array, with the data that I am reading!!!
    Thank you!!!

    I'll hazard a guess that you are reading data with VISA as a string. Then you want to convert that (probably with Scan From String) into a number. Then, you want to collect those numbers into an array.
    We don't really have enough information to tell you the best way to do this. Here are some ideas.
    If you are reading all the numbers from the instrument at once (e.g., a waveform from a scope), you might consider using "Spreadsheet string to array". Most scopes return the data as ASCII with commas between the values, so you'd wire a "," to the "delimiter" input of the "Spreadsheet string to array" function.
    If, however, the instrument is returning a single point at a time, there are more questions. Do you want to do this continuously, or do you want t
    o collect only a certain number of data points, and then process them as a block?
    If the latter, then you'd just acquire each data point, convert it to a number, and then use output indexing on the for loop to create your array.
    If the former, then you may want to store the data in a queue, and read it from the queue elsewhere in your program.
    If you let us know what you want to do, we can probably provide more precise help.
    Brian

  • The layout shows data that aren`t in the infocube

    Hi.
    I have created 3 layouts with BPS with one selection variable.
    When I execute the layout, I filter trow the selection variable for one value that isn't in the infocube but the layout shows some records.
    I have tried to remove the records form the layout but they shows again.
    Any body can help me?
    Thanks in advantage.

    Hi Javier,
    I see 3 possibilities to explain the system behaviour
    1. You are using the combination proposal in the planning layout.
    2. Some characteristics used in the rows are restricted to one value in the planning package (or level). In the area for new lines the system automatically print out these values to reduce the reduce the amount of work to fill new lines.
    3. You are using the Excel In-Place and you have changed some formatting in the Layout Builder. There the system uses dummy data for a preview. Maybe your Excel template contains some of the dummy data. The system usually saves the Excel template without the dummy data but when formatting or the posistion of some column where changed the system might no know the new position to delete the dummy data, cf. documentation
    http://help.sap.com/saphelp_nw70/helpdata/en/aa/f73e4045796913e10000000a1550b0/frameset.htm
    You can check check the Excel template using transaction bdn1 or oaer (depending of       
    the release). Use class name = SEM_BPS, class type = OT and object key       
    = area_level_0-MP_layout where area, level, layout are the technical         
    names of the planning area, etc. You can display (and down-, upload the      
    Excel template). One can try to repair the Excel template or update          
    the layout with the master template and change the formats as suggested      
    in the documentation. 
    Regards,
    Gregor

  • Is it possible to sort photos by date in descending order?

    In the new Yosemite Photos app my photos are displayed in ascending order by date. The oldest photos are at the top and I must scroll all the way down to view the newest photos. In iPhoto I was able to change the sorting order so that the newest photos were always at the top. Is there a way to do this in the Photos app?

    No, sorry, that sort option is still missing.
    You may want to write feedback to Apple, to request this feature:
    Apple - Mac OS X - Feedback

Maybe you are looking for

  • Bullet Points & Attachment Preview

    Just switched from Entourage to Mail in anticipation syncing w/ a new iPhone. However, when composing emails I can't figure out how to create a bullet point list in the body of the message. Also, is there a way to configure your inbox to preview atta

  • Writing a table to a MS Access database from Powershell

    Hey guys, me again...I'm trying to wrap up a project here and i have a powershell app writing to a SQL database just fine. The last piece is writing to a MS Access database table. For the life of me i cannot find anything out there that really points

  • HP 7520 How do I fax multiple documents from the computer

    I want to fax multiple pdfs directly from my pc, I do NOT want to print them and use the printer to fax. I cannot find a way to do it. Any help will be greately appreciated! Thank you in advance!

  • Headphone settings not working

    So far I've been enjoying lollipop, even with the exceptions ( being no real silent mode) and what I'm about to mention now. I've noticed even when I'm playing in Walkman, I can't select headphone settings where it has studio sound, concert sound, et

  • ITunes radio tab is missing

    Istalled iOS 7 yesterday, but today iTunes radio tab is gone.  Any suggestions?  Thanks!