Can I change the order in which the month and day are displayed in the format D/M/Y instead of M/D/Y? I am using ICS 5op3.

 

Hello Mark,
yes, it is possible. In Calendar Express under
"Options | Settings -> Date"
"Show brief dates in the following order: Date, Month, Year".
BTW.: iCS 5.0 P4 is out since August, 2001. It's worth upgrading!
Regards,
Jakob.

Similar Messages

  • ICS 2: Can I change the format of the date displayed by Calendar Server from M/D/Y to D/M/Y using JavaScript?

    Can I change the order in which the month and day are displayed in Calendar
    Server using JavaScript? Specifically, I would like the date to be displayed
    in the format D/M/Y instead of M/D/Y.
    <P>
    Yes. You can change the format of the date by editing the JavaScript variable
    in the file <I>
    loadpoint</I>/CalendarServer/cal/uicust/en/main.html
    . The variable is located in the
    "Misc" section in the
    following line:<BR>
    <P>
    i18n['def date order'] = 'M/D/Y';
    <P>
    Edit the line as follows:<BR>
    <P>
    i18n['def date order'] = 'D/M/Y';

    Hello Mark,
    yes, it is possible. In Calendar Express under
    "Options | Settings -> Date"
    "Show brief dates in the following order: Date, Month, Year".
    BTW.: iCS 5.0 P4 is out since August, 2001. It's worth upgrading!
    Regards,
    Jakob.

  • How can I change the format of some of the pages of a PDF-document?

    I use Adobe Acrobat and have a PDF-document with A4 pages and some pages of another format (half of an A4).
    How can I change the format of these pages to A4 (with a lower blanc part)?

    You can increase the page size with the Crop Tool of Acrobat Pro.

  • HT4007 I Just updated Apeture to 3.3.2  Now there are some photos that I receive a message..."Unsupported Image Format"  Are there lost?  can I retrieve them?  can I change the format?  Help...?!?

    I just updates Apeture to version 3.3.2 after installing Mountain Lion.  There are some photos in Apeture that now say, "Umsupported Image Format".  Are these lost?  Can I retrieve them...how?  Can I change the format so that I can see them again?  Help?!?

    Are these images "Raw" images? What is the make of your camera?
    Check the version of the Digital Camera RAW Compatibility Update that is installed.  The version of the raw support is shown in the About panel: from the main menu bar:
         Aperture > About Aperture
    Download the latest Raw Update from here:
    Digital Camera RAW Compatibility Update 3.14
    If you have the latest raw support installed, but Aperture does not recognize the format, try to register the raw support for your camera with the launch services db, see this post by Alan Roseman:
               Re: Aperture 3 preview of raw file greenish
    But also read the following post, that explain how this is supposed to work and to correct the typo in the command
    In short: Quit Aperture, open the terminal, paste the  follwing text in (all in one single line) and hit return; then reboot the system.
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchSe rvices.framework/Versions/A/Support/lsregister -R /System/Library/CoreServices/CoreTypes.bundle/Contents/Library
    Regards
    Leonie

  • How can I change the formate of @today from (MM/dd/yyy) to (dd-MM-yyyy)?

    I am in openscript, using a settext commend - .setText("{{@today(MM/dd/yyyy), 10-02-2011}}}}"); is anyone know how can I change the formate of @today from (MM/dd/yyy) to (dd-MM-yyyy)?
    I went to Java Code tab and tried to use - new SimpleDataFormat("dd-MM-yyyy").format(new Date()); but not successful. Any help will be appreciated.
    Katherine

    Hi,
    you can display the date format in dd-mm-yy by using the below Java code.
    First import the bellow java classes.
    import java.util.Date;
    import java.text.SimpleDateFormat;
    //and add bellow code in run() function
         //************ Display Date and Time *************
         Date date_format=new Date();
         SimpleDateFormat dateFormat = new SimpleDateFormat("dd-mm-yyyy");// HH:mm:ss");
         String Exec_Time = dateFormat.format(date_format);
    //output statement
    info("Today's Date: "+Exec_Time);
    I can able to add the screenshot of this output here, so if you need any other information please write to me.
    Regards,
    MRSN

  • My mac disk is full and i cant transfer files from Mac to USB. saying the format is not good, how can i change the format and what happened to the files i have on USB?

    my mac disk is full and i cant transfer files from Mac to USB. saying the format is not good, how can i change the format and what happened to the files i have on USB?

    Once something similar happened to me. The external drives I had set up for FCP to use for some reason were not mounted, and FCP put all its render files on the main drive and I couldn't find them anywhere.
    Go to applications, and control-click (and hold down) on your FCP icon; you should get a pop up menu that says "show package contents". Select that, select the "contents" folder, then the "mac OS" folder. See if your quicktime file is in there, or if you've got render files in the "render" folder or audio render files in the "audio render" folder that don't belong there.
    That's where FCP sticks stuff when your documents FCP project folders are not available or when external drives you've selected aren't available.

  • I have used the resume tablet and put my resume into format but when emailing it, it will not open on windows. How can I change the format to where they will be able to open and view it?

    I have used the resume tablet and put my resume into format but when emailing it, it will not open on windows. How can I change the format to where they will be able to open and view it?

    I guess you mean one of the resume templates.
    What "format" have you saved your finished resume in?
    The only formats a Windows user will be able to open are .doc (Word), .pdf and rtf. The 1st 2 are usually the best.
    There is no Windows version of Pages.
    Peter

  • How can i change the Format of my DATE column?

    I need to change the date format for a whole column. At present i can do MM-DD-YYYY. I need to change this this to DD-MMM-YYYY.
    I know about the to_date function, i tried to apply it to change the format of my whole column by doing the following.....
    CREATE TABLE "IT220_DATEHOLIDAY"
    "DEPARTID" VarChar(2)NOT NULL ENABLE,
    "HOLCODE" VARCHAR2(2)NOT NULL ENABLE,
    "DEPARDATE" DATE,
    to_date('DATE','DD-MMM-YYYY'), <<<change DATE column to DD-MMM-YYYY
    CONSTRAINT "DATEHOLIDAY_PK" PRIMARY KEY ("DEPARTID") ENABLE
    ORA-00902: invalid datatype <<<<This was the error message i received.
    I am aware that the to_date function is supposed to be used to change strings into a certain format. I guess this means you cant do it with columns? Is there anyway i can format the whole column or do i have to do each string of data entered one by one?
    Thanks in advance!

    Hello Jay,
    I'm not sure you hit the right forum, as this doesn't seem to be a problem with APEX.
    Anyway:
    You can't use that function on a table like that, and as you already suggested, the to_date-function expects a string value.
    It seems you also have a misunderstanding of the basic datatypes in the database. DATE is such a datatype and is stored an internal format you don't need to care about. Each time your request the value, the database will give you a string representation according to either your locale or you give a certain formatting mask.
    The same applies to insert or update operations: you hand in either a variable of type DATE or use a function like to_date to create an "object" of type date.
    You may be interested in reading the documentation of the [url http://download.oracle.com/docs/cd/E11882_01/server.112/e16508/toc.htm]Oracle Database Concepts. The section concerning datatype DATE can be found here:
    http://download.oracle.com/docs/cd/E11882_01/server.112/e16508/tablecls.htm#CBBGJHJC
    An overview of formatting options can be found here:
    http://download.oracle.com/docs/cd/E11882_01/server.112/e17118/sql_elements004.htm#SQLRF00212
    So to answer your question: You would format it as part of your insert operation, taking a string and convert it using to_date.
    -Udo

  • Can you change the format when converting pdf to excel?

    example.  I'm trying to export a PDF file to excel.  However, the PDF file isn't in a table/spreadsheet format so when it exports to excel, I can't sort at all.  It doesn't convert into any sortable columns.  Is there a way to change the format on the convert?  Or is that an edit in excel?

    Hi, jsking.
    I'm sorry for the issues you're having. Without seeing your file, it will be difficult to diagnosis your issue. Can you send us a copy of your PDF file via this form and we can take a look? In the form, include a link to this forum conversation, so we have this additional context.
    You may be able to do some post-editing in Excel to copy the data into sortable columns. OR, you may want to try first exporting the PDF to Word and then copying/pasting the data from Word into Excel - it's possible that may give you a better result.
    But with a little more information, we may be able to help you more.
    Dave

  • Can I change the format of my iPod?

    Hi,
    I hope someone out there can help me this. When I got my iPod I had a PC so it was formatted to that. I now have a MacBook and I would like to change the format of my iPod from PC to Mac so that I can udate the iPod format. Is this possible and if so how do I do it?
    Cheers guys,
    Symmsie xx

    Try Senuti.
    It's a program that transfers music from iPod to iTunes on a Mac.
    As is Music Rescue.
    Both of these should work with a Windows formatted iPod because Macs can read and write to FAT32 formatted drives.
    After that you can reformat the iPod on your Mac as posted above.
    And welcome to the world of Macs. As a switcher myself some years ago, I can tell you you will not be disappointed.

  • How can I change the format of the default new document?

    Hi, I've recently upgraded to Pages 5.1 and am wondering how I can change the formatting of the default 'new document' template. Any suggestions would be most welcome,

    Make a template to your own liking and Save As Template…
    Menu > Pages > Preferences > For New Documents: Use template > Change template > Choose
    Peter

  • How can i change the format of output captured footage using DSR-11 in Premiere Pro CS5.5?

    Hi.
    I am using Premiere Pro CS5.5, capturing footage off a mini-DV casette (NOT HD) using a Sony DSR-11. All is well with that, except for that the output is an .avi rather than MP4 (H264). I am under the impression that H264 with the extension of .MP4, is better than avi.
    Does anyone know if it is possible to change the format of that outputted footage?
    thanks:)

    thanks Ann, Jim. I was afraid u'd say avi is the only option w/capturing, but am happy to hear it is the best option. Thanks again, and to the others who replied (and i will look at the "best export format/codec" page:)

  • I can't change the format or letterbox in the latest iMovie?

    i updated my imovie, and now i regret it, or just not to sure about it, i always letterboxing in my videos and change the audio, but now seem the lastest imovie (purple logo) has got rid of it, is it actually gone or am i not looking right  tabs?
    please help

    By default the disk share in the TC is named data
    You must have changed it for it to have a space in it..
    Jump down to the last screenshot for how to change just the name of the disk.. you need to uncheck the enable file sharing.
    But if that doesn't work, follow the whole process from the top.. factory reset etc.
    Do a full factory reset of the TC..
    Do it this way.
    Unplug your TC/AE. Hold in reset. and power the TC/AE back on.. without releasing reset keep holding it for about 10sec. When the status light flashes rapidly; release it.
    Be Gentle! Feel the switch click on. It has a positive feel..  add no more pressure after that.
    TC/AE will reboot after a couple of minutes with default factory settings and will wipe out previous configurations.
    No files are deleted on the hard disk.. No reset of the TC deletes files.. to do that you use erase from the airport utility.
    In the MBP make sure your wireless is set to ipv6 for link-local. This is important.
    Now open the airport utility again.
    The TC will list as unconfigured wifi device, and you can run through the configuration or you can manually do it..
    Just select configure other from the main menu.
    Then punch in the IP address which will show up as router in the wifi in the computer.
    After a reset it will be default anyway so just type in 10.0.1.1 No password
    Now you will get the manual setup screen and you can do the setup over again and change the disk name.
    For Mavericks I recommend you use all short names with no spaces and pure alphanumeric.
    To change the name of the disk uncheck the file sharing.. otherwise the name cannot be changed.
    Once you change the name you can re-enable the file sharing.

  • Can I change the format of my "comments" box on my blog page

    Hi there, I'm new to iWeb and have designed my first website. Great fun and I'm very excited about it but on my "blog" page I would like to get more information from the comment senders. Is there a way I can change the comment box format? For example I would like to change "Comment as" to "Your name", "URL" to "Your occupation" and add two more fill-in fields. Is that possible?
    b.t.w. Is that html, java or php? sorry if I sound a bit ignorant, as mentioned I am new to this.
    Thanks for any advice
    Tony

    As you know MobileMe will be discontinued by Apple on June 30, 2012.  When MMe goes away so will your blog comments. 
    So if you want to continue your blogging you will have to create a blog on one of the existing blogging sites and copy and past your entries and comments into it.
    However, Rage Software has created an application, iWeb to WordPress, which will convert your blog to a WordPress blog, complete with your entires and user comments. 
    You can then use either WordPress.org or WordPress.com to create your blog and host it on your new server.
    This may be of some interest to you: Life After MobileMe.
    Furthermore it is now confirmed that iWeb, and iDVD, has been discontinued by Apple. This is evidenced by the fact that new Macs are shipping with iLife 11 installed but without iWeb and iDVD.
    On June 30, 2012 MobileMe will be shutdown. However, iWeb will still continue to work but without the following:
    Features No Longer Available Once MobileMe is Discontinued:
    ◼ Password protection
    ◼ Blog and photo comments
    ◼ Blog search
    ◼ Hit counter
    ◼ MobileMe Gallery
    All of these features can be replaced with 3rd party options.
    I found that if I published my site to a folder on my hard drive and then uploaded with a 3rd party FTP client subscriptions to slideshows and the RSS feed were broken.  If I published directly from iWeb to the FPT server those two features continued to work correctly.
    There's another problem and that's with iWeb's popup slideshows.  Once the MMe servers are no longer online the popup slideshow buttons will not display their images.
    Click to view full size
    However, Roddy McKay and I have figured out a way to modify existing sites with those slideshows and iWeb itself so that those images will display as expected once MobileMe servers are gone.  How to is described in this tutorial: #26 - How to Modify iWeb So Popup Slideshows Will Work After MobileMe is Discontinued.
    It now appears that the iLife suite of applications offered on disc is now a discontinued product and the remaining supported iApps will only be available thru the App Store from now on. However, the iLife 11 boxed version that is still available at the online Apple Store (Store button at the top of the page) and those still on the shelves of retailers will include iWeb and iDVD. Those two apps were listed in small, gray text on the iLife 11 box that I bought.
    Personally, if I didn't already have a copy I would purchase one to have it for reinstallation purposes if ever needed.
    OT

  • How can I change the format of numbers in Oracle SQL Developer 1.0 ?

    The value 1.4345 from a table is represented in Oracle SQL Developer 1.0 like 1.5
    How can I change this to see all the digits ?
    Thanks

    Where did you see that, in the SQL Worksheet or viewing the data Connections ->.. tables ->.. tree?
    What datatype, precision and column name you have?
    I use version 1.0.0.15.57 and seems to be working allright.
    - Babu Rangasamy

Maybe you are looking for

  • LOST PHOTOS IN PHOTOS BUT NOT IN EVENTS !

    After the latest update of iphoto '11 to version 9.1.1 one photograph has replaced all the others in the majority of the older folders. It has repeated its self hundreds of times. However when one clicks on the events folders the original pictures ca

  • Cannot edit pages in SharePoint Designer 2007 "The Server could not complete your request...

    Hi All, We are using SharePoint Designer 2007.When we try to open any page in designer we get following error, "The Server could not complete your request. Contact your Internet Service Provider or Web server administrator to make sure that the serve

  • Simple projects to work on

    Thanks for the help for the interview questions. Now my second step is that I want to start practice writing pl/sql code. Any one can suggest on some small projects or something on those lines.

  • ICloud Photo Library on Windows PC

    Does anybody knows why iCloud PhotoStream stopped working between my iPhone and PC after enabled iCloud Photo Library, however, it suppose to work at the same time. And why my photos don't show up in my PC?? (I've checked several websites and its sho

  • IPhoto Slideshow & DVD-ROM

    If I create a slideshow in iPhoto & import to iDVD, can I add the imported images from the slideshow to DVD-ROM