Format "shot date (yyy mm dd) + custom name"

While creating subfolders with de advanced photo downloader from my camera i want to use the format "shot date (yyy mm dd) + custom name". This format seems not available in the Dutch version of the program. The format should be available as it seems in the "Adobe Photoshop Elements 11 - Classroom in a book".
How to organize my format?
Fons

If you have a string like 2008-12-15 and you want to interpret it as a date and format it as 12/15/2008, then you need two DateFormat objects.
One to parse the String in the first format into a Date, -------> i could do this
try {
          String begin_date = "2008-12-15";
          System.out.println("The begin date is :"+begin_date);
          DateFormat df = new SimpleDateFormat("yyyy-MM-dd");
          Date d1 =  df.parse(begin_date);
          System.out.println("the Date value is d1 :"+d1);
catch() {
}Output is :The begin date is :2008-12-15
the Date value is d1 :Mon Dec 15 00:00:00 EST 2008
Pls help me with the second part :- ?????/
and one to format that Date into a String in the second format. MM/dd/yyyy --- how to do this ..after i tried several times with different statements , i am asking this piece of code to achieve this

Similar Messages

  • Allow Shot Date (yyyy-mm-dd) Subfolder Name in Photo Downloader

    This forum is a bit hard to search, but it appears that users have been asking for this feature since 2008.  If there is a simple workaround, please reply with a link.
    Thanks for any information,
    lamban

    Hello,
    I tried the workaround. Changed the setting in Organizer - Bearbeiten - Voreinstellungen - Kamera oder Kartenleser (this is on my German menu. It translates to somewhat like Organizer - Edit - Options - Camera). I got, no matter how I changed these settings to, always the same wrong result yyyy dd mm.
    Now I changed in the Control panel, Region and language, Format, Date (short) from my German standard tt.mm.yy to yyyy-mm-dd).
    Now the Organizer really creates the correct folder yyyy mm dd !
    I do not know yet what disadvantage I have by this change in other applications, there probably will be some (or, more likely, many). If I get serious  errors elsewhere, it is not worth to change the control panel setting in a stop-go motion just for PSE to behave correctly. Then it could be better to change the folder names by hand.
    But anyway thanks for this hint. I just was not clear where to change the date format.
    If anyone finds a better workaround, we all would be eager to hear about it.
    PS: With the great tool AutoHotkey, it might be easy to create a script which switches the control panel format stop-go between the 2 formats. In practical use, that would be just a quick shortcut to be keyed in.  I'll have to think about that, since I do not expect a fast solution from Adobe.
    Greetings,
    mcmusic77

  • Get no result in customer name

    In the modelling process, I insert a function module from R/3.
    When testing data service, I input customer name by value " * smec * ", and then get all customers whose name contain "smec".
    But after deploying the model , when I input customer name in the web form, nothing can I get.
    Can anybody tell me the reason?
    Edited by: Yong Sheng Dang on Jul 30, 2008 4:41 AM

    Hi Yong,
    May be its Flex version issue.
    But as per my knowledge it can happen if you have changed the BAPI fields or data after deploying the model. It seems to be a silly answer but while i worked with VC because we were updating the BAPI so sometimes I faced this type of issue. Please check it also.
    May be it will be helpful.
    Regards,
    Nutan

  • How to convert COLUMN_WID to date format mm/dd/yyy

    Hi Experts,
    How do I convert the COLUMN_WID (ex. 20121120) to date format mm/dd/yyy (ex. 11/20/2012) using the RPD in BMM Layer?
    Hope that I convey my questions clearly.
    Thanks,

    Hi,
    By Analysis:Go to edit analysis -->date(YYYYMMDD) column properties--->select Data format tab -->
    enable Override Default Data Format check box and select date format as "Custom" then
    Custom Date Formate mm/dd/yyy then test it
    Also you can do it via evaluate function (analysis/RPD)
    Thanks
    Deva

  • Customer Name on Sales Order not in Data Collections

    Hi,
    I am looking for some help. My company just did an upgrade from 11i to R12 in the middle of May. As part of the upgrade we installed ASCP. We have noticed that certain customers are not being collected when running Standard Data Collections. We have open sales orders in the system for the customer. The sales order are being collected properly and appear in the plan. When we show the Customer field in the 'Supply/Demand Screen' in ASCP, the field is blank for select customers. Is there anything on the customer master or sales order line that would prevent the customer name from being collected? Any insight would be helpful.
    Thanks
    Rich

    You can go to order organizer screen select the OA NO which you are not able to see in the ASCP workbench, go to line items---using show field get the Demand visible
    tab on screen-----default value should be 'Y' if blank then then that could be the one of the reason.

  • Custom Name Identifier format in Oracle Identity Federation (OIF)

    Hello,
    at the moment we're using OIF 10.1.4.01 together with Oracle Access Manager (OAM) and everything works well.
    We're acting as both IdP and SP in the Federation for which we are using OIF.
    So far we're using the persistent name ID format as Subject ID in the assertions we're creating as IdP.
    Now we have the need to store a non-opaque value in the Subject ID, something like an uid for example, since the SP is requiring this for their back-end systems.
    With the X509 Subject format we're able to store a non-opaque value from the OID, however the SP wants the name ID format NOT to be of the X509 subject format, but something different.
    I intended to use the custom name ID format that is described in the OIF documentation (see this link: http://download.oracle.com/docs/cd/E10773_01/doc/oim.1014/b25355/addlconfig.htm#BABBFJJF).
    I followed every step and double checked that I configured everything correctly. What happens when I set the property "defaultnameidformat" to "custom", is that OIF is defaulting to the "persistent" name ID format when an assertion is created and not the "custom" name ID format.
    I checked if it also happens when I specify the X509 Subject format, but then it is correctly using the X509 subject name ID format as expected, so it seems I've configured everything like it should be. By the way, the same problem occurs for the "unspecified" name ID format.
    I found something interesting in the 10g Release 3 Patch Set 1 (10.1.4.2) documentation for OIF (see link: http://download.oracle.com/docs/html/E10972_01/toc.htm#CHDDGJJD). At bug ID: 5725307, it says something about this feature (for both the unspecified and custom name ID format).
    Although the functionality is described in the documentation for OIF 10.1.4.0.1, it appears that this is not working. Is this correct?
    Do I need to apply the patch set?
    It's rather strange and confusing that this functionality seems to be added and documented in the first version, and seems to be added again in the patch set.
    Does anyone experienced the same problem?
    Also I would really have it confirmed that this is not working for OIF 10.1.4.0.1 and IS working for OIF 10.1.4.2.
    Thanks in advance for any help.
    Dave

    Thanks for your help Vinod,
    after applying the patch 10.1.4.2 , everything is working as expected!
    Cheers,
    Dave

  • Any one know how to use "custom" option present under the data access tab in XLS file format of Data Services

    Hi Experts,
            Any one know how to use or what is the purpose of "custom" option present under the data access tab in Excel workbook file format of Data Services
    Thanks in Advance,
    Rajesh.

    Rajesh, what is the Custom Protocol you are trying to use? It should be  something like PSFTP, etc.,
    Cheers
    Ganesh Sampath

  • Custom Name Metadata? Download Path Settings?

    Is there a way to use metadata in setting the custom name? I was hoping to be able to use a naming convention like \YYYY\MM-DD Descriptive Name.
    I used a tool on my PC to this and I really prefer this format to all others.
    I assume there must be a way to do this kind of thing using Bridge.

    Omke,
    Thanks for the reply but I wasn't wanting to use slashes in the names literally. I was hoping to have a
    folder created if needed for each of those portions of the file name. The result would be that the fully qualified name would be in the form of \YYYY\MM-DD Descriptive text\filename from camera. Some examples might result in this:
    \2005\12-24 Christmas Eve\IMG2048.JPG
    \2005\12-24 Christmas Eve\IMG2048.CR2
    \2005\12-24 Christmas Eve\IMG2049.JPG
    \2005\12-24 Christmas Eve\IMG2049.CR2
    \2005\12-24 Christmas Eve\IMG2050.JPG
    \2005\12-24 Christmas Eve\IMG2050.CR2
    \2005\12-25 Christmas Morning\IMG2051.JPG
    \2005\12-25 Christmas Morning\IMG2051.CR2
    \2005\12-25 Christmas Morning\IMG2052.JPG
    \2005\12-25 Christmas Morning\IMG2052.CR2
    \2005\12-25 Christmas Morning\IMG2053.JPG
    \2005\12-25 Christmas Morning\IMG2053.CR2
    The end result is that the photos are naturally organized via their date. The software I use in Windows allows me to structure the target folder name with components from the photo's metadata and additional text provided by me in the form of a Job Code. The Job Code provides the descriptive text. The metadata provides the date details. Heck I even incorporate a bit of metadata from the photo that tells me the camera model so I can determine who took the photo. I know in our family who owns which camera models and then I parse that into and extra bit of text. So my fully qualified names look like this:
    \2005\12-25
    Dad Christmas Morning\IMG2051.JPG
    \2005\12-25
    Dad Christmas Morning\IMG2051.CR2
    or
    \2005\12-25
    Jessie Christmas Morning\DSC2051.JPG
    \2005\12-25
    Jessie Christmas Morning\DSC2051.CR2
    In each of these cases I knew that Dad used the Canon 20D or 50D while Jessie used the Panasonic S10.
    As for the batch rename feature, this would be plausible on the files but as you can see, we don't rename the files. We create the folders the files are stored in with the metadata. In our home we shoot thousands of photos every year. In 2008 so far we have shot over 7,000 pictures. The have to be distributed into folders to be manageable.
    Oh by the way, a second feature the tool I use in Windows has is it protects the files too. I does this in tow ways. First it allows me to set the files as read only. Second it allows me to copy the file to two locations one is the primary location on our network that we all use to view and manipulate the files. The other location is on an external hard disk. The external hard disk files are only visible by me and I only use them to restore files that may have been accidentally deleted or otherwise ruined.
    As you can see this tool represents a significant part of my workflow. I try to use it under Parallels but , Parallels has difficulty with card readers an the nature of removable media. Plus I figure Adobe must have a similar capability seeing how powerful their tools are. Perhaps I am wrong in my expectations of Adobe in this regard.. I had assumed it was just my ignorance of the tool and that I could accomplish the same things with Adobe if I only sat down and learned the toolset.
    BTW, the tool I am referring to is called Downloader Pro from Breeze Systems. It is a $29 tool just for downloading photos from cameras and cards to your computer. I have asked them to create a Mac version but they are not interested. They are a strictly Windows shop. :-(
    PS. Please excuse any typos as I am replying during a brief wakening in the night and I cannot see as well as I might if I were more awake.

  • How do I format a date string in ISO 8601 format?

    Post Author: Perth
    CA Forum: Formula
    I am using a SaaS application, and uploading Crystal XI report templates to run using the application's reporting page. My custom date fields are stored using the ISO date format, and are made available as text strings in the form "yyyy-mm-ddThh:mm:ss" eg. "2007-10-09T00:00:00". The SaaS vendor say use a Crystal function. I have tried CDATE, DATEVALUE etc but these don't recognise the format as a valid date. I want to display this date as dd mmm yyyy.  Any ideas?

    Post Author: Perth
    CA Forum: Formula
    I have found a solution from another forum and post it here to close this off.
    It requires defining a "Report custom function". Use the formula workshop to create a function, giving it a name. Then paste this:
    Function  (stringVar v1)Date (ToNumber (Left (v1,4 )),      ToNumber (Mid (v1, 6,2 )) ,      ToNumber (Mid (v1, 9,2 )) )
    I can now format this date in the normal way as it is a date!

  • Help me customer name select query

    Hello,
    I am getting the customer name(NAME1) from KNA1 against a customer number.
    DATA: GV_KUNNR TYPOE KUNNR.
    GV_KUNNR = FEBEP-PARTN.  " Ex: 5000000
    SELECT SINGLE * FROM KNA1 WHERE KUNNR EQ GV_KUNNR.
    now when i query this customer number in the ABAP dictionary(se16) , i.e KUNNR = '5000000'  the abap dictionary see this number as '005000000' and shows me the data, but when i query the table through abap code, it doesnt fetch me any record whereas if i query the customer table against '005000000' it gives me the data.
    Will i have to add zeros in before my customer number or how will i proceed ?
    Thank,
    Shehryar

    Hi,
    DATA: GV_KUNNR TYPOE KUNNR.
    GV_KUNNR = FEBEP-PARTN. " Ex: 5000000
    Here, you need to call the Conversion Exit function moduel to conver the KUNNR to internal format, then that will automatically take the leading zero's
    CONVERSION_EXIT_ALPHA_INPUT and pass the GV_KUNNR as IMPORT and EXPORT parameters
    SELECT SINGLE * FROM KNA1 WHERE KUNNR EQ GV_KUNNR.
    Regards
    Sudheer

  • Can I give pages custom names?

    So I know this is probably a long shot, but I was wondering if there is a way to give pages custom names.  For example - if I'm doing a data merge, is there a way to name the pages using a data field?  Like if each page is a reocrd of a person, can I use the "Last Name" field to automatically name each page? Any help or suggestions would be super appreciated!  Thank you!
    Katey

    I was going to say no, becasue you can't name document pages, only masters, but I'm not really sure where you want the name, so maybe there's something you can do that will suffice. If you want the name to appear in a header or footer, for example you could jut add another placeholder for that field, or use a variable on the master page, perhaps.

  • Standard Sales Analsis Report with Customer Name and Location

    Hi All,
    Can Anybody provide a custom query for the standard slaes Analysis report which includes Customer Name , Location columns in the Standerd Report. 
    Regards,
    srini

    Hi nick,
    See if anybody has worked on SIS (sales information system) in your team.
    He can help you out to create one info structure , by selecting desired characteristics, key figure with respective update rules. though its require lot of configuration but you can make it without abap development.
    (I couldn"t make it in time to provide you detailed configuration but below given path will take you to the configuration area )
    IMG - LG -Logistick information system -logistick data werhouse- data basis- field catalogue.
    IMG - LG -Logistick information system -logistick data werhouse- data basis -
    infostructure.
    IMG - LG -Logistick information system -logistick data werhouse- data basis - updating - update defination & update rules.
    ( MC18, MC21, MC24,& MC30)this transaction help to create field catelogue, info system, update rule & generation log respectively.
    karnesh

  • While creating Projects Using the API, get two errors: 'Customer name must be passed' and 'class category is invalid'

    Hi
    While trying to Create Projects using the API, I'm getting two types of errors -
    The first is : 'API failed in one stage 1 Customer Name is a mandatory Quick Entry field. Value must be passed'
    The second is : '
    'API failed in one stage 1 Project: '<Project_Number>'
    The class category is invalid.'
    Both the messages are produced by our custom program. .. however I am not able to understand why the underlying errors occur.
    The first error ( Customer Name is a mandatory quick entry field), is caused by Projects that are to be created from Project templates where it is configured with Quick Entry Customer Name required. We are passing Customer Site number ( Party Bill to site number and Party Ship to side number). The site numbers being passed are also set as 'Primary'. Yet they are failing.
    For the second Error ( The Class Category is invalid), I rechecked multiple times, the Class categories for the Projects I am trying to create, with the Config in R12 and they are fine. Can't understand the reason for these two issues. Has anyone encountered such an issue ? If so how was it resolved?
    Regards
    Vivek

    HI All
    I resolved both the issues. In case there are others facing similar issues, following was the cause and resolution of my errors
    1. Error 1: Customer Name is a Mandatory Quick Entry field. Value must be passed.
    The cause was that the data loaded into our custom staging table was not in the right fields. This was because the data file values and the CTL were not in sync.
    Resolution:
    Corrected the data file to be in Sync with the structure defined in the CTL and  this loaded it successfully
    2. Error 2: The class category is invalid.
    The cause of this error was that  in the  Projects Template (used to create the project from), the Quick Entry setup had a Class Category set as required and I was not passing a value ( a class code value) for that Class Category.
    Hope this helps somebody else
    Cheers
    Turnbill

  • Schedule a report with the system date imbeded in the file name

    Hello,
    Could anyone tell me how I can schedule a crystal report with the system date imbedded in the file name (FileNameYYYYMMDD) through BOE?  When I scheduled the report through BOE, I gave a file name and selected Attach Date Time, but the file name is coming out slightly differently and with the time imbedded as well (FileNameYYYY-MM-DD-HH-MN I think). Is there a way to change the default system date time format in BOE so that the date stamp comes out the way we want it?
    Thanks!

    %SI_STARTTIME% will add the time the report ran too.
    Adding onlt the date will necessarily have to be done via the appropriate SDK.

  • I need format for data in excel file load into info cube to planning area.

    Hi gurus,
    I need format for data in excel file load into info cube to planning area.
    can you send me what should i maintain header
    i have knowledge on like
    plant,location,customer,product,history qty,calander
    100,delhi,suresh,nokia,250,2011211
    if it is  right or wrong can u explain  and send me about excel file format.
    babu

    Hi Babu,
    The file format should be same as you want to upload. The sequence of File format should be same communication structure.
    Like,
    Initial columns with Characteristics (ex: plant,location,customer,product)
    date column (check for data format) (ex: calander)
    Last columsn with Key figures (history qty)
    Hope this helps.
    Regards,
    Nawanit

Maybe you are looking for