Excite Date Stamp Displays MMM NaN, NaN:0NaN

The date stamp on the news sections of excite.com all display MMM NaN, NaN:0NaN instead of the actual date. Looking at the source for the page, the date is there:
nwNews[nwCount][0] = new Array('AW', 'World News', 'Associated Press', 'http://news.excite.com/index/id/world|ap.html', 'Aug 8, 11:34 pm (ET)');
Safari doesn't display that. I've tried Firefox and it works without a problem. Anyone know what the issue is with this annoyance?

Hi,
It doesn't sounds like a font issue to me. MMM is the standard programming shorthand for a short month name (i.e. Aug) and NaN means 'Not a Number' so it sounds like something JavaScript related.
Can you post a screenshot of what you see just to make sure I am looking at the same item you are seeing? www.imageshack.us can be used to post images to refer to. Check the Mac help files if you're not sure how to take a screen grab.

Similar Messages

  • Time displayed as NaN:NaN:NaN PM

    `Hi All,
    I have Time from Odata model, property of the entity is Edm.Time
    When it is mapped on the UI5 application, it display as NaN:NaN:NaN PM
    Below is the code used for formatting:
    var oInsptmTxt = new sap.m.Text({text: {path: "Time",
      formatter: function(value){
      jQuery.sap.require("sap.ui.core.format.DateFormat");
      if(value){
      var date = new Date(value);
      console.log(date);
      var timeinmiliseconds = date.getMilliseconds(); //date.getSeconds(); //date.getTime();
      console.log(timeinmiliseconds);
      var oTimeFormat = sap.ui.core.format.DateFormat.getTimeInstance({pattern: "KK:mm:ss a"});
      var TZOffsetMs = new Date(0).getTimezoneOffset()*60*1000;
      console.log(TZOffsetMs);
      var timeStr = oTimeFormat.format(new Date(timeinmiliseconds + TZOffsetMs)); 
                         console.log(timeStr);
      return  timeStr ;
    ////                         return oTimeFormat.format(new Date(value));
                              } else {
                              return value;
       type: new sap.ui.model.type.Time(),
       textDirection: sap.ui.core.TextDirection.LTR,
       textAlign: sap.ui.core.TextAlign.Begin,
         wrapping:true});
    Appreciate help in this.

    Hi,
    I try retrieve time from my OData service, but in results (displayed in UI5 application) I have NaN:NaN:NaN PM.
    Formatter.js
      if(value){
           var date = new Date(value);
    //                             console.log(date);
                                     var timeinmiliseconds = date.getTime(); //date.getTime(); //date.getSeconds(); //date.getTime();
    //                             console.log(timeinmiliseconds);
                                     var oTimeFormat = sap.ui.core.format.DateFormat.getTimeInstance({pattern: "KK:mm:ss a"});
                                     var TZOffsetMs = new Date(0).getTimezoneOffset()*60*1000;
    //                             console.log(TZOffsetMs);
                                     var timeStr = oTimeFormat.format(new Date(timeinmiliseconds + TZOffsetMs));
    //                             console.log(timeStr);
                                     return timeStr;
                                              } else {
                                                      return value;
    Detail.view.xml
    <Text
           text="{
    path:'Stime',
    formatter:'sap.ui.demo.myFiori.util.Formatter.time'
           }"/>
    I know that this is due to the fact that I put "value" in line:
    var date = new Date(value);
    When I delete "value" from above line, in the results I have actual time.
    So, how can I retrieve time from Property which is called "Stime" in my OData service.
    Fragment of $metadata documents:
    <Property Name="Stime" Type="Edm.Time"
    Thanks in advance,
    Marcin

  • Adding a date stamp using Acrobat XI

    Hi there
    I want to add a date stamp to a voucher PDF, so that when it is downloaded and printed out, it displays today's (system) date.
    I followed the tutorial at: http://tv.adobe.com/watch/acrobat-x-tips-tricks/quick-tip-how-to-add-a-date-stamp-to-a-for m/   ,double checked the javascript, and this seemed to work. But when I checked the following day, the date displayed was still set at yesterday's date. It had not moved forward. I tried saving as Reader Extended/Enable More Tools, but that didn't work either and I think it removed the JavaScript altogether.
    In the original, I went to  Edit All JavaScripts and this is the code that was there:
    //-----------------Do not edit the XML tags--------------------
    //<Document-Actions>
    //<ACRO_source>Document Will Print</ACRO_source>
    //<ACRO_script>
    /*********** belongs to: Document-Actions:Document Will Print ***********/
    var f = this.getField("DatePrinted");
    f.hidden = false;
    f.value = "Printed on: " + util.printd("mmm dd, yyyy", new Date());
    //</ACRO_script>
    //</Document-Actions>
    Can anyone please help?

    Did you print the PDF and observed what happened.
    The video is about putting the date printed in the PDF just before the PDF is sent to the printer.
    I would have coded it as follows:
    var f = this.getField("DatePrinted"); // field object
    f.display = display.noView; // only print the field
    f.value = "Printed on: " + util.printd("mmm dd, yyyy", new Date()); // set the value of the field
    The 'hidden" property of the field is an old method and discouraged along with the 'print' property. Both of these can be manipulated with the "display" property.
    The "Will print" action only occurs when a print action is initiated
    Do you want this to change when the PDF is opened? Then you need to create a page open or document level script.

  • Adding time/date stamp

    Hello,
    I have several MPEG2 clips I'd like to add a running time/date stamp to.  Can I do this with Premiere Elements?
    Thanks

    Hm-m, not sure what to suggest, if DVDate will not work for you.
    When I need the TimeCode displayed, I use PrPro, or After Effects, as each has a very good TimeCode Effect.
    Maybe others will have some specific input for PrE.
    Sorry that did not work for you.
    Good luck,
    Hunt

  • Using Action Wizard is possible to add the step to date stamp the pdf

    Using Action Wizard is it possible to create the steps:
    Add text to date stamp
    Javascript
    Encrypt
    Save

    Hi,
    We cannot display the year information on Windows 8.1  Lock Screen.
    The behavior is by design.
    Thanks for your understanding.
    Regards,
    Kelvin Xu
    TechNet Community Support

  • Time & Date Stamp in a presentation / SWF files to add to presentation

    I need to display time & date stamp to a presentation. I were trying to use a SWF object, is there a simpler way?
    Thanks
    Ibook G3 Ibook G4 TiG4 MiniMac   Mac OS X (10.4.4)  

    Welcome to the discussions, msaiz.
    If you have Apple's developer tools installed, you could use Quartz Composer to do the effect and a lot easier than Flash (not saying it's easy, just easier than Flash)

  • Is there any way to add a date stamp to a photo

    I have about 50 photo's that for some reason my camera did not put a date stamp on it. Is there a program that I can add a date stamp to the photo?

    You'll need an external editor to disfigure the photos that way
    In order of price here are some suggestions:
    Seashore (free)
    The Gimp (free)
    Graphic Coverter ($45 approx)
    Acorn ($50 approx)
    Pixelmator ($50 approx)
    Photoshop Elements ($75 approx)
    There are many, many other options. Search on MacUpdate. You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.

  • DATE STAMP IN QUERY

    Hi,
    I am currently working on a report in which i have an Accumulated Balance Field (For the whole period). What that field does is add up all the sales for the month and display a total balance daily. For example:
    11/5: Accumulated Balance = 100
    Sales on 11/6                     =    6
    11/6 Accumulated Balance = 106
    But if i want to go back on a later date to see what the accumulated balance was at that time i see only the accumulated balance for the whole month.
    For example:
    On 11/6 , i want to know what the Accumulated balance was on 11/5, it shows me the whole months, which is 106 and not 100 which it was on 11/5
    The client wants to be able to see what the exact accumulated balance was on a particular date. I hear that we can use DATE STAMP. Do you have any suggessions? How does time stamp work?
    Thanks

    answered

  • Date format display

    Hi!
    The date originally displayed in YYYY/MM/DD format. But, don't know what'd done, the date shown in DD-MMM-YYYY. I've set the NLS_DATE_FORMAT in registry.
    Please tell me how to reset displaying date in YYYY/MM/DD format?
    Thanks a lot.

    hi
    use this command
    ALTER SESSION SET NLS_DATE_FORMAT= "YYYY/MM/DD";
    go to
    http://www.experts-exchange.com/Databases/Oracle/Q_10331751.html

  • Time date stamp ?

    When making a video has anyone experienced trouble with the time and date on the time line being different fro the original clip ?
    i have to be sure the video displays the correct time and date for legal cases. I am considering purchasing the program and swithching from iMovie and final cut pro beacause the will not display the correct time and date without having to minipulate each clip.
    Thank you

    Premiere Pro does not have time date stamp functionality. FYI, you can download the Premiere Pro CC trial to try out for free. https://creative.adobe.com/products/premiere

  • Date stamp from mDV camera not visible on viewer  , nor recorded.

    Though the data code is pressed till the date and time stamp is visible on the camera Display,
    it is not received by final cut pro.
    For some projects they want some time and date stamped , sequences.
    Can anything be done ?

    Date stamp data is not something read by FCP ... try iMovie,
    Alternatively, check the camera's output options, it may be possible to output the data burnt-in on the s-video or some such ... if you have the requisite i/o hardware you could then digitize from that signal path

  • DV Time/Date Stamp Show in Video Playback PE8

    I need to be able to display the Date/Time code information in my videos.
    I've found these two programs that claim to do that...
    DVdate
    http://paul.glagla.free.fr/dvdate_en.htm
    DV Date
    http://dvdate.ru/en/dvrecdate.html
    ...but I was hoping that PE8 would have that capability built in. Does it?
    If not, what are my best options?

    DC
    The regular DV Date program never claimed to supply the DV Time/Date Stamp. It was the DV Date plug-in for Premiere and Premiere Elements that will do the job for Premiere Elements 7.0, but NOT for Premiere Elements 8.0/8.0.1.
    The two different programs are:
    "DVdate
    http://paul.glagla.free.fr/dvdate_en.htm"
    Never.
    "DV Date
    http://dvdate.ru/en/dvrecdate.html"
    For Premiere Elements 7.0, but has serious problems with Premiere Elements 8.0/8.0.1.
    Someone at a forum that I frequent not so long ago mentioned the basic free version DVMP http://www.dvmp.co.uk/dv-media-player.htm in this regard. I have not tried it, but it looks specific for DV AVI type 1 or 2 video. The more advanced form (with price tag) may have greater format support??
    ATR

  • BBM Group Messages have year 2045 date stamp

    Hi
    My 9630 puts BBM group messages with a year 2045 date stamp. This places the messages above my other messages and is a real pain.
    How do I correct this, please?

    Hey SinaOwolabi,
    Welcome to the BlackBerry® Support Community Forums.
    Can I have you check the date and time in the BlackBerry smartphone under Options> Display> Date and Time?  Also is this issue only happening with BBM group messages? 
    Thanks.
    -HB
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • How to format a date to display the ISO week number in BI Publisher ?

    Hi there,
    I need to format a date to display the ISO week number in BI Publisher.
    I've tried the following <?format-date:NEED_BY_DATE;'WW'?>, but it returns a week number (1-53) where week 1 starts on the first day of the year and continues to the seventh day of the year, which is not what I want.
    I want the ISO week number (1-52 or 1-53), the one implemented by the 'IW' format mask of the Oracle PL/SQL TO_CHAR() function for example.
    I've tried using 'IW' format mask, but it is not recognised by BI Publisher.
    Also, as I'm working on an RTF template, I've tried 'IW' as MS Word date format, but it is not recognised by MS Word :-((
    Any help would be much appreciated,
    Regards - Hugues

    Hi,
    Thank you for the post.
    The thing is I don't have access to the query, unless I modify a standard E-Businees Suite view (one of those used to generate the PO document in Purchasing).
    Regards - Hugues

  • Problem with data not displaying in website

    Hello All,
       I am having a problem with one of our applications. It is written in ColdFusion and uses SQL server. The problem that we are having is when we use the URL Http://bma.com (that is not actually the site name)  we cannot see all the data that it is suppose to pull in. I get an error on page and when I select to view the error this is what I get
    Message: 'WddxRecordset' is undefined Line: 184 Char: 2 Code: 0 URI: http://bma.com/user_maintenance.cfm and Message: 'jsusersTLV' is undefined Line: 3208 Char: 6 Code: 0 URI: http://bma.com/user_maintenance.cfm
    If I put the IP address in the URL for example http://165.83.109.246/bma/login.cfm all of the data is displayed as it should.
    Any thoughts or sugguestios on how to correct this?
    Thanks

    Yes, the user_maintenance.cfm is one of the forms that the data is not displaying on. There are multiple forms in the application and that just happens to be one of them. the login.cfm is just the login screen. Once you select your name and enter your password to the application then you can select the user maintenance form. If you select someones name the application should pull in all of that persons information. That is the problem, it is not pulling in any information on the user. We get a blank screen where data should be. When we use the IP address in the URL and select someones name in the user manintenance form, it pulls in all the data from that user as it should.

Maybe you are looking for

  • External monitor issues with new OS

    Since switching to the new OS Lion I can't get my external monitor to work through my Toshiba docking station.  It used to work??

  • Flex mobile connect to remote secure server!!

    Hi guys I'm a beginner with flex mobile. i'm trying to create an appllication flex mobile. and i have to connect to remote secured server (apache) to get some services deployed. i did it and when i try with emulator from flash builderit's worked, a p

  • [FLASH MX2004] LOADMOVIE

    This is a multi-part message in MIME format. ------=_NextPart_000_0008_01C6E408.F3667FD0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Amigos del foro tengo una consulta que es la siguiente: Tengo un .fla

  • Why do I have to keep resetting my iPod classic 80gb?

    Hi all I received my black iPod classic 80GB yesterday (replacing one I had stolen, which until that point I had absolutely no problems with). I am manually updating this iPod, so am importing albums to my MacBook iTunes and then connecting my iPod,

  • HT5625 how do I retreive my security questions on my ipod touch

    I am having trouble retreiving my security questions. I have just purchased an itunes card and cannot purchase anything as it has locked me out. what do i have to do?