Customize date appearance

I have setup my home page to display my most 10 recent blog
posts, with
each post displaying its title and date.
The only problem is that the date appears as:
Tue, 18 Jul 2006 04:38:07 +0000
I would prefer the date to appear as:
July 18, 2006
or
6.18.06
Does anyone know how to make this work?

Last, but not least, my XSL fragment is:
<?xml version="1.0" encoding="iso-8859-1"?><!--
DWXMLSource="
http://www.burnettcom.com/blog/?feed=rss2"
-->
<!DOCTYPE xsl:stylesheet [
<!ENTITY nbsp "&#160;">
<!ENTITY copy "&#169;">
<!ENTITY reg "&#174;">
<!ENTITY trade "&#8482;">
<!ENTITY mdash "&#8212;">
<!ENTITY ldquo "&#8220;">
<!ENTITY rdquo "&#8221;">
<!ENTITY pound "&#163;">
<!ENTITY yen "&#165;">
<!ENTITY euro "&#8364;">
]>
<xsl:stylesheet version="1.0"
xmlns:xsl="
http://www.w3.org/1999/XSL/Transform"
xmlns:wfw="
http://wellformedweb.org/CommentAPI/"
xmlns:content="
http://purl.org/rss/1.0/modules/content/"
xmlns:dc="
http://purl.org/dc/elements/1.1/">
<xsl:output method="html" encoding="iso-8859-1"/>
<xsl:param name="ItemsPerPage" select="10" />
<xsl:template match="/">
<xsl:for-each select="rss/channel/item[position()
&lt;= $ItemsPerPage]">
<xsl:sort select="dc:date" order="descending" />
<p>
<a href="{link}"><xsl:value-of select="title"/>
</a><br />
<xsl:value-of select="pubDate"/>
</p>
</xsl:for-each>
</xsl:template>

Similar Messages

  • Customize Data Cleansing

    Hi Everybody,
    today I've started to customize Data Cleansing in our CRM System to get rid of all the Duplicate Accounts we have. I have two main problems:
    1. I create a cleannsing case in Trasaction BP by marking two Business Partners and right-click to get the context menu and choose "create data cleansing case". The cleansing case is sucessfully created.
    Now I start Transaction BUPA_CLEAR and open this case. In a popup I'm asked for "No Referencing Objects Are Registered for the Current Case. Should Determination Now Take Place Online? (All Changes to the Last Processed Case Are Saved)" I choose yes. Now a divided window appears which shows me both partners. What I expect now from the transaction is to show me also the Business Transactions related to the Business Partner. I've checked in TA CRMD_BUS2000126 that there are Transaction for that partner, but they don't appear.
    What must I do in the customizing? The documentation at <a href="http://help.sap.com/saphelp_crm40/helpdata/en/35/16dc2c1f9911d6b1d200508b5d5211/frameset.htm">Data Cleansing</a> and in SPRO does not rearly help.
    2. When I leave BUPA_CLEAR after I've opened a cleansing case I get the info message "Customizing is missing (table TBZ5*)" two times. What could be the case for that?
    Regards
    Gregor

    HI Gregor.
    Did you eventually find the solution? I think I have the same problem and I think I did what was to be done in customizing.
    One thing about which I'm not sure are the tresholds.
    the F1 says:
    If the duplicate check is not called in dialog (e.g.BAPIs, Batch Input or direct input),
    no dataset is created if a duplicate is found with a higher percentage match than the specified threshold.
    but I don't see any difference if I put 99 instead 0.
    The main problem is that in fact I can compare nothing.
    There are no subtrees to expand.
    Could you please take a quick look at customizing I did for it and its results?
    I put some screenshots on my website: http://www.lucasdippel.vel.pl/
    Any comment would be appreciated.
    LUCAS

  • Synching customization data

    In our HR landscape, the functional team wants to synchronize the customization data down from Production to QAT to DEV.
    I saw message type CONDA2 - is that appropriate to transfer this data?
    Also, I ran into an article about using Solution Manager (http://en.sap.info/synchronous-application-landscapes/3146) - specifically the Customizing Cross-System Viewer, to synchronize this data.
    anyone have experience with either of these methods or recommend a different way?
    thanks,
    robert.

    seems like conda2 only works from the originating environment. aggregates those transports & moves them

  • Dates appear different in log file vs. debug page for Deferred Task

    I added a deferred task and in the log file, the date appeared correctly as
    Mon Dec 15 16:34:11 PST 2008
    But when I viewed the user in the debug page, the date appeared as
    <Date>2008-12-16T00:34:11.430Z</Date>
    I called an external java class that return a Date object
    <Action id='0' application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='addDeferredTask'/>
    <Argument name='date'>
    <invoke name='addWeekDays' class='MyDateUtil'/>
    </Argument>
    </Action>
    Do you have any ideas?

    IDM commonly stores dates in a Java or JDBC date format (which is what your debug date is) but often formats the date differently for log files and for web pages. It's annoying if you're trying to line two different outputs up.

  • Need to subtract one day from the date appearing

    Hi, I am modifying a script in such a way that for an output type there is an invoice date appearing.  This invoice date should be back dated to 1 date less to the actually date that is appearing currently.
    For ex the date is 2007.08.30 it should appear as 2007.08.29.
    While debugging I found that it is picking up the data for the date from the structure vbdkr and the field is fkdat. From the following code in the script.
    /:   DEFINE &SALES_ORDER& := &VBDKR-VBELN_VAUF&
    /:   INVOICE DATE,, : &VBDKR-FKDAT&
    What changes do I need to make the changes in the script or in the driver program?
    Can you please suggest?
    Thanks.

    Hi..
    You can get this Functionality by Calling a FORM (subroutine) from the Script Layout itself  There is no need to change the Print program.
    Eg:
    In the layout set -> window -> text elements. Write this before displaying invoice date
    /: PERFORM F_DATE_SUB IN PROGRAM ZPRG01
    /: CHANGING &VBDKR-FKDAT&
    /: ENDPERFORM
    INVOICE DATE,, : &VBDKR-FKDAT&
    Create the report program ZPRG01: In the program ZPRG01
    FORM F_DATE_SUB TABLES INTAB STRUCTURE ITCSY
                                                  OUTTAB STRUCTURE ITCSY.
    DATA: L_DATE TYPE D.
    READ TABLE OUTTAB INDEX 1.
    L_DATE = OUTTAB-VALUE. "you need to convert here
    SUBTRACT  1 FROM L_DATE.
    OUTTAB-VALUE = L_DATE.
    MODIFY OUTTAB INDEX 1.
    ENDFORM.
    reward if Helpful.

  • Crystal Reports XI  Dates appearing in US format instead of UK Settings

    Hi,
    When I am running reports from my java Web Application using crystal reports XI,  the dates are being displayed as mm/dd/yyyy even though the regional settings are set to dd/mm/yyyy and the date format of the reports is set to use System Default Short Format.
    The database used is Oracle 9i.
    Any idea what should I change in the configuration to make the dates appear as  dd/mm/yyyy?
    Thanks.

    Hi Again,
    In the report, I put the date format as the system default short date format so that it takes the date format from the server.
    I tried the following:
                Locale x = new Locale(req.getHeader("Accept-Language"));
                clientDoc.setLocale(x);
    but I got the error:
          Invalid parameter value: exceeds the Min or Max or conflicts with existing value or edit mask---- Error code:-2147217382 Error code name:failed
    I get this when I am checking if it has a sub report using:
    IStrings subrepstrings = clientDoc.getSubreportController()
                        .querySubreportNames();
    Do u know how can I solve thiis?

  • Data appears in the tree but not in the display

    Post Author: TheBig1980s
    CA Forum: General
    Hello:
    When I print data for one month, data appears in both the Preview tree and the Preview display.  When I print the data for another month, the data does show in the Preview tree but not in the Preview display.
    Forgetting the tables the report is pulling from, forgetting which month is which, etc., why (in any case) would Crystal show data in the Preview tree but not show that same data in the Preview display?  That makes no sense.  I wish I could just take my mouse and just drag the tree onto the displayu2026..
    I have nothing suppressed.  This is Crystal 9.
    Thanks!
    TheBig1980s

    Post Author: SKodidine
    CA Forum: General
    I encounter this in CR XI once in a while.  What I found from my research, if I have a group and then I have certain conditions to either display or eliminate the data selected for whatever reason then the group tree will show the group and since the data is eliminated by either the select criteria or another way there is no data displayed.
    Try this.  In the second month where you see the data in the tree but on the report, see if you can narrow it down further by day and see if you can find the reason why.

  • When I open numbers, my spreadsheet appears blank.  yet, when I moveacrossa row, data appears in the formula bar.  How can I fix it so I can see the sheet?

    When I open numbers, my spreadsheet appears blank.  yet, when I moveacrossa row, data appears in the formula bar.  How can I fix it so I can see the sheet?

    I had the same issue for several days (and several reboots).  During that time I found I could print the spread sheet as a pdf, though I couldn't see it except cell by cell.
    Suddenly the problem disappeared.  I never did know why the problem appeared nor why it disappeared.
    In the interim I ran the disk utility several times and repaired permissions twice.  That may have helped, but I don't know.

  • Crystal reports 2008: Data appears upon refresh, but not on initial open

    I have an updated crystalreports.com / salesforce.com report to which I added a new subreport and an additional grouping.  The report is working fine, with one (rather major) issue: when the report is first opened, only some of the data is shown - there are ~15 columns of data, most of which populate, but some individual values, which sometimes means an entire column of data, do not appear unless the report is refreshed.
    I have the original report still loaded in crystalreports.com, so that I can (and have) run both reports one right after the other; on first open, the data doesn't agree.  When I refresh the newer report, the 'lost' data appears and everything is fine.
    (Makes for a tough sell, though - 'Oh, just refresh the report.')
    Any thoughts as to a) what might be causing this, and b) how it might be resolved?
    It is not subreport data that is being affected, just so you know - that's working beautifully; the affected fields are Standard Summaries of formula fields, and not all instances of those summaries, either, but specific ones again and again.

    I have not used the 'Save Data with Report' option, and I verified that it is not selected under File / Report Options as well.  It appears to be an issue when there are too many (unknown how many that is, as of yet) results being retrieved.
    In this case, the main report is a report on Activities from the start of the current year, using a Salesforce.com report, and the Subreport pulls its data directly from the Activities table (as the main report considers all of the fields to be String(255) fields, even if they are ought to be read in as Memo fields (or number)).  The link to Activities allows the Description field to be pulled in based on the Activity ID, and coming straight from the database the value is pulled in as a Memo.
    If I limit the Activities to records beginning with 'A', for instance, the report runs fine; 'A - G', in this instance, retrieves too many and the error re: the database connector appears.
    Edited by: prozek on Apr 22, 2010 7:53 PM

  • 'Data' appears as IPOD name in IPOD Updater

    This IPOD Nano is doing my head in.
    I bought a Nano back last year and everything worked fine. Then one day 'Data' appeared as the IPOD name in ITunes when I plugged my IPOD in. It looked like it was updating my ipod, but nothing was upload to it. When I opne Explorer, my IPOD did not appear as Removable Storage.
    I sent it back to Apple and then sent me out a new one. It worked fine for about two days. Now the same thing is happening again.
    I tried everything, reset, restarting, reinstalling itunes, software updater. It says 'Data' when I load the Software Updated
    Name: Data
    Capacity: 131.8 GB
    Its only a 2GB nano, so its looks like it think my hard drive is the nano
    At this stage I am thinking of binning it and getting a normal mp3 player
    any ideas
    Dell   Windows XP Pro  

    Name: Data
    Capacity: 131.8 GB
    Its only a 2GB nano, so its looks like it think my hard drive is the nano
    That's exactly what's going on.
    Don't despair... this is a very simple problem to resolve.
    You need to go into Disk Management in Windows (Computer Management > Disk Management) and assign a new drive letter to your iPod. You currently have a conflict where your iPod is trying to use the same drive letter as another drive on your system.
    You need to assign a unique drive letter to each drive, including the iPod.

  • Customize Data Manager Package

    Hi
    m new to sap bpc nw version.Can anybody help me for the following issue
    1)I want to copy data from one sorce member to multiple destination members. I have used Copy Data Manager Package  in BPC NW Version,but its not allowing me to select multiple members of a dimension n the destination.The "Next" option itself is getting disabled.The same was enabled in MS Version.
    How can I customize Data Manager Package to get Multiple Selections?

    As "Copy" is predefined BPC DM package ,this DM package can not be customized. Copy wizard wont allow if source & destination members are of different count . If destination members are less , then you can run Copy package multiple times. If destination members are more , you can try creating simple script logic to copy .
    Edited by: pkrishnas on Oct 27, 2011 5:49 PM

  • Why when searching reminders on iPad ios 8, do random dates appear?

    Since iOS 8, when I search my reminders, (I use a list for my shopping list),  random dates appear under the item and above the list the item is in. If I look at the individual item in normal view ( after cancelling the search), there is no date set for that item. This didn't happen in iOS 7

    Update. Since turning ipad off last night and back on, the problem has gone away. Let's hop it stays away!

  • Migration of web provider customization data

    I am now using portal 9.0.2.3 in windows 2000 server
    It is my understanding that exp/imp of web providers and its customization data is not supported in portal.
    I have logged a TAR in metalink and the analyst said the I have to migrate the preference store from development to testing environment and I am using db preferencestore in my development environment.
    The question is when I register the provider in production environment, a new provider id and path are given, what is the procedure to resume the customization data after I imported the preference store.
    John Lui

    The import/export of web provider customization data is not currently available.

  • Data appear in ??????? format

    Dears,,
    We are working on Oracle Database 10.2.0.4.0 64-bit under UNIX O.S and i am trying to select data but this data appear in " ??? ". It seems to be problem in language
    I tried to check nls_language as below
    SQL> show parameter nls_language
    NAME TYPE VALUE
    nls_language string AMERICAN
    Is this may cause the problem and how solve ?
    Please, help

    How was the data loaded ? was it loaded from files ?
    What is the character set of the OS ? if the data was loaded from files, what was the character set of the files (when they were generated) ?
    Basically, character set of the files, character set of OS and character set of the database should be the same (or at least compatible) ?
    "??" can typically appear when character set conversion was done somewhere in the chain of processes and the target character set don't know what to do with the source character ?

  • TDMS Data appears in row instead of column

    Hi,
    I am working on a program that reads in temperature data from a TDMS file, shifts the data through a 'normalising' equation and puts it back into the same TDMS file onto a different page.
    The problem I am getting is when the normalised data gets written back into the TDMS file, the data that should appear in the columns now appears in rows. See picture attached that illustrates this.
    Does anyone know how I can write the data to the file so that it appears in the column and not the row. In my VI you will see that I have had to transpose the 2D array otherwise all the data just appears in one single row.
    Also several cells just containing 0 have appeared in my data set which should not be there.
    I will attach my VI to this. I will also attach one of the TDMS data files.
    Thanks in advance,
    Rhys
    Solved!
    Go to Solution.
    Attachments:
    Row Column Switch.png ‏285 KB
    normalising program.vi ‏36 KB
    TDMS Files.zip ‏18 KB

    Hi Rhys,
    After looking into your normalising program.vi, I would recommend:
    Don't use that Transpose 2D array, it doesn't solve your problem.
    Write the "normalized" data to different channels, you get all the data just appears in one single column because you write all the “normalized” data to one single channel repeatedly, thus they'll appear in one column(channel).
    Several cells containing zeros is because float64 y1[30] array in your normalising equation, you need remove the zero elements from y1[30] before writing to file.
    I attached the modified normalising program.vi, hope this can do some help to your problem.
    The snapshot below shows the data in Excel after "normalising" equation, the channel data appears in columns.
    Attachments:
    normalising program(updated).vi ‏37 KB

Maybe you are looking for

  • Full screen on external screen

    Hi, I have an iMac and use a TV with the mini-DVI-to-video adapter to view movies from iTunes. All works, but if I set the video to full screen it just shows a small windows inside the black screen.

  • How can i move photos from my iphone to my pc

    Hi all Please help! Im trying to transfer photos from my iphone 4s to my pc and i havent a clue how! Can someone please give me an idiots guide about how to do this! Regards James

  • Use of bsp's

    what is the advantage of using bsps in sap

  • Using Quicktime in 3G iPhone

    I have a new 3G iPhone and have tried repeatedly to download "Quicktime" on to it as many of my email attachments are in Quicktime. When I download it, I get a note that says "Congratulations - you now have Quicktime" but I can't find it and the atta

  • Hp dv6000 webcam

    hi there, having some issues with my webcam which is built into laptop. just a blue/black screen when loads up. anyone available for a remote access session maybe via teamviewer etc ? Regards Claire